mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
editor/evil: disable C-i keybind for tty users #1367
This commit is contained in:
@ -9,6 +9,7 @@ line with a linewise comment.")
|
|||||||
|
|
||||||
;; Set these defaults before `evil'; use `defvar' so they can be changed prior
|
;; Set these defaults before `evil'; use `defvar' so they can be changed prior
|
||||||
;; to loading.
|
;; to loading.
|
||||||
|
(defvar evil-want-C-i-jump (display-graphic-p))
|
||||||
(defvar evil-want-C-u-scroll t)
|
(defvar evil-want-C-u-scroll t)
|
||||||
(defvar evil-want-C-w-scroll t)
|
(defvar evil-want-C-w-scroll t)
|
||||||
(defvar evil-want-Y-yank-to-eol t)
|
(defvar evil-want-Y-yank-to-eol t)
|
||||||
|
Reference in New Issue
Block a user