nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b9c5a5c879ca6e68acf56ed5798845a538f099aa
parent 0e963be59d66ed2f0f58ea33d251f8cc7b173d9c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon,  5 Jun 2006 20:35:28 +0000

add a few more items to the TODO list


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3626 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MTODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -21,6 +21,12 @@ For the next version: e.g. specify a different alternate spell checker depending on which file type we have open. - Allow text searches in the help browser. +- Allow setting marks ("nanodes", not to be confused with the mark set + via Ctrl-^) at various lines and/or columns in the buffer, and allow + movement between them with a single keystroke. +- Add the ability to move to different lines of the screen with a single + keystroke, e.g. M-` to go to the top line, M-& to go to the center + line, and M-' to go to the last line. Old requests: