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 298f255a38
commit b6a0d4430c

2
nanorc
View File

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