editor/evil: disable C-i keybind for tty users #1367
This commit is contained in:
parent
12a3adab2c
commit
ba94ab09d3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue