nanorc: Use backspace as a mentally sane individual

This commit is contained in:
2021-04-30 16:21:24 +02:00
parent 0c86c6ad09
commit b990f70187

2
nanorc
View File

@@ -266,7 +266,7 @@ include "/usr/share/nano/*.nanorc"
## keycode, which is hard-bound to the backspace function. So, if you ## keycode, which is hard-bound to the backspace function. So, if you
## normally use <Backspace> for backspacing and not ^H, you can make ## normally use <Backspace> for backspacing and not ^H, you can make
## <Ctrl+Backspace> delete the word to the left of the cursor with: ## <Ctrl+Backspace> delete the word to the left of the cursor with:
# bind ^H chopwordleft main 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,