python-cell.el icon indicating copy to clipboard operation
python-cell.el copied to clipboard

Added move cell functions. Made the beginning/end calls return point

Open Nidish96 opened this issue 9 months ago • 0 comments

I've added two functions for moving a cell either up or down a cell. I've also made the begging and end functions return (point) after moving the point. Previously these were returning only when the conditional was met, so was unreliable for use in other functions. I've added prefix support for some of the navigation functions (moving, forward/backward) by basically looping over the argument. I hope this is the best way to support this.

Nidish96 avatar May 15 '24 19:05 Nidish96