Skip to content

Commit

Permalink
[Info]: remove visual mode override
Browse files Browse the repository at this point in the history
no longer needed after emacs-evil/evil#1488
  • Loading branch information
MaxCan-Code authored and condy0919 committed Sep 4, 2021
1 parent a798f63 commit 9ed1e40
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions modes/info/evil-collection-info.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,7 @@
"gj" 'Info-next
"gk" 'Info-prev

"g?" 'Info-summary
"?" evil-collection-evil-search-backward) ; Else this would be `Info-summary'.

(evil-collection-define-key 'visual 'Info-mode-map
"l" 'evil-forward-char
"h" 'evil-backward-char

"w" 'evil-forward-word-begin
"b" 'evil-backward-word-begin
"e" 'evil-forward-word-end

"f" 'evil-find-char
"t" 'evil-find-char-to
"T" 'evil-find-char-to-backward

"0" 'evil-digit-argument-or-evil-beginning-of-line
"gg" 'evil-goto-first-line)
"g?" 'Info-summary)

;; yu, Like eww.
(evil-collection-define-operator-key 'yank 'Info-mode-map
Expand Down

0 comments on commit 9ed1e40

Please sign in to comment.