mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Add evil fine undo
This commit is contained in:
parent
eea3302ce3
commit
e8638eb431
@ -151,10 +151,7 @@ Also set up a leader key and prefixes, like =\= in Vim.
|
|||||||
(use-package evil
|
(use-package evil
|
||||||
:diminish undo-tree-mode
|
:diminish undo-tree-mode
|
||||||
|
|
||||||
:init
|
:preface
|
||||||
(setq evil-want-integration t)
|
|
||||||
(setq evil-want-keybinding nil)
|
|
||||||
|
|
||||||
(defun jf-window-split ()
|
(defun jf-window-split ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(evil-window-split)
|
(evil-window-split)
|
||||||
@ -179,7 +176,12 @@ Also set up a leader key and prefixes, like =\= in Vim.
|
|||||||
"j" #'evil-window-right
|
"j" #'evil-window-right
|
||||||
"k" #'evil-window-down
|
"k" #'evil-window-down
|
||||||
"l" #'evil-window-right
|
"l" #'evil-window-right
|
||||||
"o" #'other-frame))
|
"o" #'other-frame)
|
||||||
|
|
||||||
|
:custom
|
||||||
|
(evil-want-integration t)
|
||||||
|
(evil-want-keybinding nil)
|
||||||
|
(evil-want-fine-undo t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Evil Collection
|
** Evil Collection
|
||||||
[[https://github.com/emacs-evil/evil-collection][Evil Collection]] adds Evil bindings for all the parts of Emacs that Evil
|
[[https://github.com/emacs-evil/evil-collection][Evil Collection]] adds Evil bindings for all the parts of Emacs that Evil
|
||||||
|
Loading…
Reference in New Issue
Block a user