(Emacs)~some evil settings

This commit is contained in:
2020-09-27 21:42:06 +01:00
parent 904e62b273
commit 6d81cb2051

View File

@@ -338,7 +338,8 @@ Setup the evil package, with some basic keybinds.
(general-def (general-def
:states 'normal :states 'normal
[remap evil-window-vsplit] #'make-frame [remap evil-window-vsplit] #'make-frame
"TAB" #'evil-jump-item) "TAB" #'evil-jump-item
"r" #'evil-replace-state)
(general-def (general-def
:states 'visual :states 'visual
:keymaps 'emacs-lisp-mode-map :keymaps 'emacs-lisp-mode-map
@@ -349,7 +350,8 @@ Setup the evil package, with some basic keybinds.
:init :init
(setq evil-want-keybinding nil (setq evil-want-keybinding nil
evil-split-window-below t evil-split-window-below t
evil-vsplit-window-right t) evil-vsplit-window-right t
evil-want-abbrev-expand-on-insert-exit t)
:config :config
(evil-mode)) (evil-mode))
#+end_src #+end_src
@@ -465,7 +467,8 @@ config, any 'completing-read' function leverages the completions-list when
=TAB= is used. =TAB= is used.
Though I believe Ido is a better completion system than the Though I believe Ido is a better completion system than the
completions-list, it still has it's place and can be used in tandem with ido. completions-list, it still has it's place and can be used in tandem
with ido.
*** Ido *** Ido
Ido is a very old completion package that still works great to this Ido is a very old completion package that still works great to this
day. Though it is limited in its scope (and may thus be called a day. Though it is limited in its scope (and may thus be called a