История изменений
Исправление grem, (текущая версия) :
В gnome terminal Alt+6
тоже занята под переключение на 6-ю вкладку (https://help.gnome.org/users/gnome-terminal/stable/adv-keyboard-shortcuts.html.en). Нужно либо убрать в gnome terminal
это сочетание, либо использовать вместо удержания Alt
нажатие Esc
и следом нажать 6
.
Есть ещё вариант, в /etc/nanorc
раскомметировать блок с другими сочетаниями клавиш:
## 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,
## then uncomment these:
#bind ^X cut main
#bind ^C copy main
#bind ^V paste all
#bind ^Q exit all
#bind ^S savefile main
#bind ^W writeout main
#bind ^O insert main
#set multibuffer
#bind ^H help all
#bind ^H exit help
#bind ^F whereis all
#bind ^G findnext all
#bind ^B wherewas all
#bind ^D findprevious all
#bind ^R replace main
#bind ^Z undo main
#bind ^Y redo main
#unbind ^K main
#unbind ^U all
#unbind ^N main
#unbind ^Y all
#unbind M-J main
#unbind M-T main
#bind ^A mark main
#bind ^P location main
#bind ^T gotoline main
#bind ^T gotodir browser
#bind ^T cutrestoffile execute
#bind ^L linter execute
#bind ^E execute main
Но в таком варианте я не пытался использовать его из-за того, что иногда использую nano в termux и лень там переобозначать.
Исправление grem, :
В gnome terminal Alt+6
тоже занята под переключение на 6-ю вкладку (https://help.gnome.org/users/gnome-terminal/stable/adv-keyboard-shortcuts.html.en). Нужно либо убрать в gnome terminal
это сочетание, либо использовать вместо удержания Alt
нажатие Esc и следом нажать 6
.
Есть ещё вариант, в /etc/nanorc
раскомметировать блок с другими сочетаниями клавиш:
## 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,
## then uncomment these:
#bind ^X cut main
#bind ^C copy main
#bind ^V paste all
#bind ^Q exit all
#bind ^S savefile main
#bind ^W writeout main
#bind ^O insert main
#set multibuffer
#bind ^H help all
#bind ^H exit help
#bind ^F whereis all
#bind ^G findnext all
#bind ^B wherewas all
#bind ^D findprevious all
#bind ^R replace main
#bind ^Z undo main
#bind ^Y redo main
#unbind ^K main
#unbind ^U all
#unbind ^N main
#unbind ^Y all
#unbind M-J main
#unbind M-T main
#bind ^A mark main
#bind ^P location main
#bind ^T gotoline main
#bind ^T gotodir browser
#bind ^T cutrestoffile execute
#bind ^L linter execute
#bind ^E execute main
Но в таком варианте я не пытался использовать его из-за того, что иногда использую nano в termux и лень там переобозначать.
Исходная версия grem, :
В gnome terminal Alt+6
тоже занята под переключение на 6-ю вкладку (https://help.gnome.org/users/gnome-terminal/stable/adv-keyboard-shortcuts.html.en). Нужно либо убрать в gnome terminal
это сочетание, либо использовать вместо удержания Alt
нажатие Esc и следом нажать 6
.
Есть ещё вариант, в /etc/nanorc
раскомметировать блок с другими сочетаниями клавиш:
## 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,
## then uncomment these:
#bind ^X cut main
#bind ^C copy main
#bind ^V paste all
#bind ^Q exit all
#bind ^S savefile main
#bind ^W writeout main
#bind ^O insert main
#set multibuffer
#bind ^H help all
#bind ^H exit help
#bind ^F whereis all
#bind ^G findnext all
#bind ^B wherewas all
#bind ^D findprevious all
#bind ^R replace main
#bind ^Z undo main
#bind ^Y redo main
#unbind ^K main
#unbind ^U all
#unbind ^N main
#unbind ^Y all
#unbind M-J main
#unbind M-T main
#bind ^A mark main
#bind ^P location main
#bind ^T gotoline main
#bind ^T gotodir browser
#bind ^T cutrestoffile execute
#bind ^L linter execute
#bind ^E execute main