nanorc: Change some key bindings
This commit is contained in:
33
nanorc
33
nanorc
@@ -271,25 +271,25 @@ bind ^H chopwordleft main
|
|||||||
## If you would like nano to have keybindings that are more "usual",
|
## If you would like nano to have keybindings that are more "usual",
|
||||||
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
||||||
## then uncomment these:
|
## then uncomment these:
|
||||||
#bind ^Q exit all
|
bind ^H help all
|
||||||
|
bind ^H exit help
|
||||||
|
bind ^W exit all
|
||||||
#bind ^S savefile main
|
#bind ^S savefile main
|
||||||
#bind ^W writeout main
|
bind M-S writeout main
|
||||||
#bind ^O insert main
|
bind ^O insert main
|
||||||
#bind ^H help all
|
bind ^F whereis all
|
||||||
#bind ^H exit help
|
bind M-F findnext all
|
||||||
#bind ^F whereis all
|
|
||||||
#bind ^G findnext all
|
|
||||||
#bind ^B wherewas all
|
#bind ^B wherewas all
|
||||||
#bind ^D findprevious all
|
bind Sh-M-F findprevious all
|
||||||
#bind ^R replace main
|
bind ^R replace main
|
||||||
#bind M-X flipnewbuffer all
|
#bind M-X flipnewbuffer all
|
||||||
#bind ^X cut all
|
bind ^X cut all
|
||||||
#bind ^C copy main
|
bind ^C copy main
|
||||||
#bind ^V paste all
|
bind ^V paste all
|
||||||
#bind ^P location main
|
#bind ^P location main
|
||||||
#bind ^A mark main
|
#bind ^A mark main
|
||||||
#unbind ^K main
|
unbind ^K main
|
||||||
#unbind ^U all
|
unbind ^U all
|
||||||
#unbind ^N main
|
#unbind ^N main
|
||||||
#unbind ^Y all
|
#unbind ^Y all
|
||||||
#unbind M-J main
|
#unbind M-J main
|
||||||
@@ -297,8 +297,9 @@ bind ^H chopwordleft main
|
|||||||
#bind ^T gotoline main
|
#bind ^T gotoline main
|
||||||
#bind ^T gotodir browser
|
#bind ^T gotodir browser
|
||||||
#bind ^Y speller main
|
#bind ^Y speller main
|
||||||
#bind M-U undo main
|
bind ^Z undo main
|
||||||
#bind M-R redo main
|
bind ^Y redo main
|
||||||
#bind ^U undo main
|
#bind ^U undo main
|
||||||
#bind ^E redo main
|
#bind ^E redo main
|
||||||
|
bind M-C comment main
|
||||||
#set multibuffer
|
#set multibuffer
|
||||||
|
|||||||
Reference in New Issue
Block a user