Updated comments for custom key-bindings in nano

This commit is contained in:
Asif Bacchus 2018-08-24 18:52:07 -06:00
parent 0148f53bb5
commit 83b9e92ca2
1 changed files with 6 additions and 0 deletions

View File

@ -254,6 +254,12 @@ include "/usr/share/nano/*.nanorc"
##
## The following five functions are not bound to any key by default.
## You may wish to choose different keys than the ones suggested here.
## Custom bindings
# ctrl-s to save
# alt-c to copy highlighted text
# alt-x to cut highlighted text
# alt-v to paste text
bind ^S savefile main
bind M-C copytext main
bind M-X cut main