diff options
| author | James Nguyen <james@jojojames.com> | 2018-03-30 19:11:17 -0700 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-03-31 10:20:51 -0700 |
| commit | 2331fd54e275fc50d63cc6f4d63c9207d1a1c4a2 (patch) | |
| tree | 3d12a83537ce45594c4add4f2246c254d5c2d2d0 /readme.org | |
| parent | b6acf98bb677e1988347fc2409967422573f91b4 (diff) | |
Add bindings for modes that don't use insert state (#106)
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -385,6 +385,15 @@ definition". - ~f10~ Step Over - ~f11~ Step Into - ~S-f11~ Step Out +*** Editable Buffers + For buffers where insert-state doesn't make sense but buffer can be edited, + (e.g. wdired or wgrep), pressing ~i~ will change into editable state. + + When this editable state is turned on, + + ~ZQ~ will abort and clear any changes. + ~ZZ~ will finish and save any changes. + ~ESC~ will exit editable state. ** Key Translation ~evil-collection-translate-key~ allows binding a key to the definition of |
