1
1

tweaks: reshuffle some sample bindings, to group them differently

Этот коммит содержится в:
Benno Schulenberg 2021-12-26 17:44:42 +01:00
родитель 6831b37b43
Коммит 16ee4636bc

Просмотреть файл

@ -294,10 +294,14 @@
## 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 ^X cut main
#bind ^C copy main
#bind ^V paste all
#bind ^Q exit all #bind ^Q exit all
#bind ^S savefile main #bind ^S savefile main
#bind ^W writeout main #bind ^W writeout main
#bind ^O insert main #bind ^O insert main
#set multibuffer
#bind ^H help all #bind ^H help all
#bind ^H exit help #bind ^H exit help
#bind ^F whereis all #bind ^F whereis all
@ -305,22 +309,18 @@
#bind ^B wherewas all #bind ^B wherewas all
#bind ^D findprevious all #bind ^D findprevious all
#bind ^R replace main #bind ^R replace main
#bind ^X cut main #bind ^Z undo main
#bind ^C copy main #bind ^Y redo main
#bind ^V paste all
#bind ^P location main
#bind ^E execute 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
#unbind M-T main #unbind M-T main
#bind ^A mark main
#bind ^P location main
#bind ^T gotoline main #bind ^T gotoline main
#bind ^T gotodir browser #bind ^T gotodir browser
#bind ^T cutrestoffile execute #bind ^T cutrestoffile execute
#bind ^L linter execute #bind ^L linter execute
#bind ^Z undo main #bind ^E execute main
#bind ^Y redo main
#set multibuffer