Skip to content

Commit

Permalink
tweak(evil): map gl and gh to jump forward and backward
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 26, 2024
1 parent bcf5089 commit cdd2c9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"w+" '(evil-window-increase-width :wk "Increase width")
"w-" '(evil-window-decrease-width :wk "Decrease width"))

(+nvmap!
"gl" #'evil-jump-forward
"gh" #'evil-jump-backward)

;; Use `isearch', it integrates better with other commands like
;; `consult-isearch-history'
(evil-select-search-module 'evil-search-module 'isearch)
Expand Down

0 comments on commit cdd2c9d

Please sign in to comment.