Distinguish <C-i> from "C-i"
This commit is contained in:
parent
a3b8be52a8
commit
96d7e50f3e
2 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@ directives. By default, this only recognizes C directives.")
|
|||
;; Set these defaults before `evil'; use `defvar' so they can be changed prior
|
||||
;; to loading.
|
||||
(defvar evil-want-C-g-bindings t)
|
||||
(defvar evil-want-C-i-jump (or (daemonp) (display-graphic-p)))
|
||||
(defvar evil-want-C-i-jump nil)
|
||||
(defvar evil-want-C-u-scroll t) ; moved the universal arg to <leader> u
|
||||
(defvar evil-want-C-u-delete t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
|
@ -419,6 +419,8 @@ directives. By default, this only recognizes C directives.")
|
|||
;; zu{q,w} - undo last marking
|
||||
|
||||
(map! :v "@" #'+evil:apply-macro
|
||||
:m [C-i] #'evil-jump-forward
|
||||
:m [tab] #'evil-jump-item
|
||||
|
||||
;; implement dictionary keybinds
|
||||
;; evil already defines 'z=' to `ispell-word' = correct word at point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue