Skip to content

Commit

Permalink
Fix kill-this-buffer
Browse files Browse the repository at this point in the history
Fix #112
  • Loading branch information
condy0919 committed Jun 5, 2024
1 parent f64f857 commit 129ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 129ee89

Please sign in to comment.