diff --git a/.nanorc-5.5 b/.nanorc-5.5 index 5d2998f..0141ccd 100644 --- a/.nanorc-5.5 +++ b/.nanorc-5.5 @@ -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