nanorc: Add another key binding for help

This commit is contained in:
2021-07-25 10:06:03 +02:00
parent 3f48833d88
commit 9b1f2839bc

2
nanorc
View File

@@ -280,6 +280,8 @@ unbind M-\ all
# help
bind ^H help all
bind ^H exit help
#bind ^? help all // doesn't work
#bind ^? exit help // doesn't work
unbind ^G all
# exit
bind ^W exit all