diff options
| author | condy <condy0919@gmail.com> | 2020-11-12 02:26:48 +0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-11-15 18:53:44 +0100 |
| commit | 04110f090ff2951df2da35ec9c4bd3b265f49c50 (patch) | |
| tree | 625edf8c84837c3211d87fa081f723208a3c32c2 /readme.org | |
| parent | 6f0ac579aaa02f78dc6a0dbbd21361d39d618a0a (diff) | |
read-only mode bindings
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |
