emacs-evil / evil-magit

Black magic or evil keys for magit
https://github.com/justbur/evil-magit
GNU General Public License v3.0
272 stars 16 forks source link

Bury buffer with 'q'? #78

Closed ianyepan closed 4 years ago

ianyepan commented 4 years ago

Coming from default magit, I've been used to burying the buffer with pressing 'q'. However, in evil-magit, the 'q' key sometimes doesn't bury the window itself, leaving the magit buffer gone but some other open buffer taking its place. I realized that evil-magit uses ESC to achieve burying both the buffer and the window. Is there a way to bind this to 'q'?

justbur commented 4 years ago

Good catch. Thanks. Should be fixed with 7223dca