evil-collection/modes/tetris
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
..
evil-collection-tetris.el Avoid binding escape to bury-buffer and quit-window 2022-01-23 04:43:56 -08:00