Skip to content

Commit

Permalink
Add [S-left] and [S-right] bindings for insert state
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Oct 17, 2022
1 parent 51bd3c3 commit d43fe06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evil-maps.el
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@
("\C-a" . evil-paste-last-insertion)
("\C-@" . evil-paste-last-insertion-and-stop-insert)
([remap delete-backward-char] . evil-delete-backward-char-and-join)
([S-left] . evil-backward-word-begin)
([S-right] . evil-forward-word-begin)
,(if evil-want-C-w-delete
'("\C-w" . evil-delete-backward-word)
'("\C-w" . evil-window-map))
Expand Down

0 comments on commit d43fe06

Please sign in to comment.