editor/evil: disable C-i keybind for tty users #1367

This commit is contained in:
Henrik Lissner 2019-04-26 16:59:04 -04:00
parent 12a3adab2c
commit ba94ab09d3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -9,6 +9,7 @@ line with a linewise comment.")
;; Set these defaults before `evil'; use `defvar' so they can be changed prior
;; to loading.
(defvar evil-want-C-i-jump (display-graphic-p))
(defvar evil-want-C-u-scroll t)
(defvar evil-want-C-w-scroll t)
(defvar evil-want-Y-yank-to-eol t)