Go Back to Previous Cursor Position
Brought to you by:
tringali
I'd like to be able to "go back" to where I was before
I moved the cursor.
For example, have an automatic mark when the cursor
moves and a "go to automaic mark" to get to the
previous point.
Michael.Will@L-3Com.com
Logged In: YES
user_id=918104
For the cases, where one can't go back to the previous
cursor position easily, add the following lines to your
.Xdefaults file to change nedit's key bindings (cf.
Help>Customizing>Key Binding)
nedit*text.Translations: #override \n\ Ctrl<Key> osfBeginLine: mark(0) beginning_of_file()\n\ Ctrl<Key> osfEndLine: mark(0) end_of_file()\n\ <Btn1Down> : mark(0) grab_focus() \n\ <Key>F3 : goto_mark(0) \n