nano-devel
[Top][All Lists]
Advanced

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

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


From: Benno Schulenberg
Subject: [Nano-devel] [PATCH v2] docs: give suggestions for alternative key bindings in the sample nanorc
Date: Tue, 9 Oct 2018 21:10:57 +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..15807c4f 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/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
+#unbind ^Y all
+#bind M-X flipnewbuffer all
+#bind ^X cut all
+#bind ^C copy all
+#bind ^V paste all
+## The string consists of: ESC backslash 0x1E ESC slash.
+#bind ^A "\/" main
+#bind ^P curpos main
+#bind ^T gotoline main
+#bind ^T gotodir browser
+#bind ^Y speller main
+#unbind ^K all
+#unbind ^U all
+#bind M-R redo main
+#bind ^U undo main
+#bind ^E redo main
+#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]