Bind Ctrl+Right to nextword in nano (as it is in all other apps)

Posted by turbo on Ask Ubuntu See other posts from Ask Ubuntu or by turbo
Published on 2011-06-19T14:45:50Z Indexed on 2012/09/27 15:51 UTC
Read the original article Hit count: 339

Filed under:
|
|

And likewise Ctrl+Left to prevword. I read the man page of nanorc and found

bind key function menu

So the line bind ^Left prevword main would be what I want, the problem is that nano only accepts

an alpha character or the word "Space"

so Left doesn't exist.

Is there a way to accomplish this? Right now I'm on natty (nano 2.2.2) but I will upgrade nano if a later (devel?) version can do this.

© Ask Ubuntu or respective owner

Related posts about editor

Related posts about shortcut-keys