From 1bc863b47a0ec837098f2f8869291017a0dbab46 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 7 Sep 2022 22:00:23 +0100 Subject: [PATCH] Update .nanorc to set mark with Ctl-Space. --- .nanorc-6.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nanorc-6.0 b/.nanorc-6.0 index a12a42c..b619c83 100644 --- a/.nanorc-6.0 +++ b/.nanorc-6.0 @@ -125,3 +125,6 @@ unbind ^J main # Allow ^Z to suspend nano. bind ^Z suspend main + +# Allow marking using ^Space. +bind ^Space mark main