From 83b9e92ca2badd6870352758a50c0da7b74892b9 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 24 Aug 2018 18:52:07 -0600 Subject: [PATCH] Updated comments for custom key-bindings in nano --- config/etc/nanorc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/etc/nanorc b/config/etc/nanorc index f6f5ea0..250796d 100644 --- a/config/etc/nanorc +++ b/config/etc/nanorc @@ -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