1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-25 07:27:42 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Steven Allen
ffe4f66d43 Avoid binding escape to bury-buffer and quit-window
Escape usually means to:

1. Return to normal mode.
2. Abort the minibuffer.

By binding it to quit-window (or equivalent), hitting escape a few times
to exit a (potentially recursive) minibuffer, etc. can cause buffers to
vanish.

It's also:

1. Inconsistently applied.
2. Redundant with "q" (which is consistently applied).
2022-01-23 04:43:56 -08:00
Jonathan Lai
aec0ecbb86 Move mode files: evil-collection-*.el -> modes/*/evil-collection-*.el 2019-10-09 19:41:45 -07:00