Update cursor colors per evil state
This commit is contained in:
parent
ee0930c11a
commit
ec075e03b2
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
||||||
|
|
||||||
;; Color-coded state cursors
|
;; Color-coded state cursors
|
||||||
evil-normal-state-cursor '("white" box)
|
evil-normal-state-cursor '("white" box)
|
||||||
evil-emacs-state-cursor '("cyan" bar)
|
evil-emacs-state-cursor '("green" bar)
|
||||||
evil-insert-state-cursor '("white" bar)
|
evil-insert-state-cursor '("white" bar)
|
||||||
evil-visual-state-cursor '("white" hollow)
|
evil-visual-state-cursor '("cyan" hollow)
|
||||||
evil-iedit-state-cursor '("orange" box))
|
evil-iedit-state-cursor '("orange" box))
|
||||||
|
|
||||||
(evil-mode 1)
|
(evil-mode 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue