From b8b6aed352f37db3fb535eed890cf3f3949bd4e1 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 10 Aug 2022 12:00:09 +0100 Subject: [PATCH] Unbind the ^J key in nano. --- .nanorc-5.5 | 3 +++ 1 file changed, 3 insertions(+) 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