Unbind the ^J key in nano.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-10 12:00:09 +01:00
commit b8b6aed352

View file

@ -116,3 +116,6 @@ include "/usr/share/nano/*.nanorc"
# bind M-N cutwordright main
## Set this if your Backspace key sends Del most of the time.
# bind Del backspace all
# Unbind the ^J (justification) shortcut as it's annoying.
unbind ^J main