From 129ee89345cf80700b7af38384d2efcd10d8cf5a Mon Sep 17 00:00:00 2001 From: condy Date: Wed, 5 Jun 2024 22:22:56 +0800 Subject: [PATCH] Fix kill-this-buffer Fix #112 --- lisp/init-evil.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-evil.el b/lisp/init-evil.el index 1268a61..ad7b6e3 100644 --- a/lisp/init-evil.el +++ b/lisp/init-evil.el @@ -17,7 +17,7 @@ ;; Don't quit Emacs on `:q'. ;; ;; Rebind `f'/`s' to mimic `evil-snipe'. - :bind (([remap evil-quit] . kill-this-buffer) + :bind (([remap evil-quit] . kill-current-buffer) :map evil-motion-state-map ("f" . evil-avy-goto-char-in-line) :map evil-normal-state-map