Change the escape-Insert-mode sequence from jk to my preferred jj

This commit is contained in:
Danielle McLean 2020-07-27 11:56:30 +10:00
parent 7f82b1e0c2
commit cde7e0a32d
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -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:
;;