Change the escape-Insert-mode sequence from jk to my preferred jj
This commit is contained in:
parent
7f82b1e0c2
commit
cde7e0a32d
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||
(setq display-line-numbers-type t)
|
||||
|
||||
;; Doom comes with evil-escape support for leaving Insert mode with a simple key
|
||||
;; sequence, but it defaults that sequence to jk. I prefer jj, so let's change
|
||||
;; it here.
|
||||
(setq evil-escape-key-sequence "jj")
|
||||
|
||||
|
||||
;; Here are some additional functions/macros that could help you configure Doom:
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue