Skip to content

Commit

Permalink
Remove redundant z= binding from visual-state-map
Browse files Browse the repository at this point in the history
visual-state-map inherits from normal-state map because normal is :enabled in
visual's state definition, so this is unnecessary.
  • Loading branch information
tomdl89 committed May 31, 2024
1 parent b767c48 commit 9fada78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evil-maps.el
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@
(define-key evil-visual-state-map "u" 'evil-downcase)
(define-key evil-visual-state-map "U" 'evil-upcase)
(define-key evil-visual-state-map "X" 'evil-delete-line)
(define-key evil-visual-state-map "z=" 'ispell-word)
(define-key evil-visual-state-map "a" evil-outer-text-objects-map)
(define-key evil-visual-state-map "i" evil-inner-text-objects-map)
(define-key evil-visual-state-map (kbd "<insert>") 'undefined)
Expand Down

0 comments on commit 9fada78

Please sign in to comment.