nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH] docs: give suggestions for alternative key bindings


From: Benno Schulenberg
Subject: [Nano-devel] [PATCH] docs: give suggestions for alternative key bindings in the sample nanorc
Date: Mon, 8 Oct 2018 21:17:46 +0200

---
 doc/sample.nanorc.in | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in
index 86c7587b..51e3a057 100644
--- a/doc/sample.nanorc.in
+++ b/doc/sample.nanorc.in
@@ -270,3 +270,35 @@
 ## normally use <Backspace> for backspacing and not ^H, you can make
 ## <Ctrl+Backspace> delete the word to the left of the cursor with:
 # bind ^H cutwordleft main
+
+## Bind several functions to more common or usual key combos:
+#bind ^Q exit all
+#bind ^H help all
+#bind ^H exit help
+#bind ^F whereis all
+#bind ^G findnext all
+#bind ^B wherewas all
+#bind ^D findprevious all
+#bind ^R replace main
+#bind ^W writeout main
+#bind ^O insert main
+#unbind ^V all
+#bind ^X cut all
+#bind ^C copy all
+#bind ^V paste all
+## Note: the next string contains literal control characters.
+#bind ^A "\/" main
+#bind ^P curpos main
+#bind ^T gotoline main
+#bind ^T gotodir browser
+#unbind ^K all
+#unbind ^U all
+#unbind ^Y all
+#bind ^Y speller main
+#bind M-R redo main
+#bind ^U undo main
+#bind ^E redo main
+#bind ^N flipnewbuffer insert
+#unbind M-J main
+#unbind M-T main
+#set multibuffer
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]