summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
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.