Update .nanorc to set mark with Ctl-Space.

This commit is contained in:
Darren 'Tadgy' Austin 2022-09-07 22:00:23 +01:00
commit 1bc863b47a

View file

@ -125,3 +125,6 @@ unbind ^J main
# Allow ^Z to suspend nano.
bind ^Z suspend main
# Allow marking using ^Space.
bind ^Space mark main