nanorc: Add another key binding for enter

Fixes numpad enter key.
This commit is contained in:
2022-04-10 14:17:43 +02:00
parent eb4958643c
commit e94ba07fc5

2
nanorc
View File

@@ -419,6 +419,8 @@ unbind M-> main
unbind M-. main
# verbatim
#bind M-Ins verbatim all // doesn't work
# enter
bind ^J enter all
# delete
unbind ^D all
# backspace