summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2020-11-12 02:26:48 +0800
committerPierre Neidhardt <mail@ambrevar.xyz>2020-11-15 18:53:44 +0100
commit04110f090ff2951df2da35ec9c4bd3b265f49c50 (patch)
tree625edf8c84837c3211d87fa081f723208a3c32c2 /readme.org
parent6f0ac579aaa02f78dc6a0dbbd21361d39d618a0a (diff)
read-only mode bindings
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/readme.org b/readme.org
index 9f03fe8..c4d8043 100644
--- a/readme.org
+++ b/readme.org
@@ -256,11 +256,12 @@ more.
with ~<f3>~ and ~<f4>~.
A good rule of thumb would be:
-
- - Always bind ~ZZ~ and ~ZQ~ to the quitting function(s), ~evil-quit~ if nothing
- else makes sense.
-
- - Bind ~q~ to ~evil-quit~ if macros don't make sense in current mode.
+
+ - Always bind ~q~, ~ZZ~ and ~ZQ~ to the mode specific quitting functions. If there is none,
+
+ - Bind ~q~ and ~ZZ~ to ~quit-window~
+
+ - Bind ~ZQ~ to ~evil-quit~
- If macros don't make sense in current mode, then ~@~ is available.