Update .nanorc to set mark with Ctl-Space.
This commit is contained in:
parent
3c71a13e95
commit
1bc863b47a
1 changed files with 3 additions and 0 deletions
|
|
@ -125,3 +125,6 @@ unbind ^J main
|
||||||
|
|
||||||
# Allow ^Z to suspend nano.
|
# Allow ^Z to suspend nano.
|
||||||
bind ^Z suspend main
|
bind ^Z suspend main
|
||||||
|
|
||||||
|
# Allow marking using ^Space.
|
||||||
|
bind ^Space mark main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue