fix: don't set repeat with ]l and [l error jump

This commit is contained in:
Dave Aitken 2021-02-05 12:01:03 +00:00 committed by James N
parent 458d6bd0f2
commit 334670e29d
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@
(defun evil-collection-unimpaired-setup ()
"Set up unimpaired-like bindings."
(global-evil-collection-unimpaired-mode 1)
(evil-add-command-properties 'evil-collection-unimpaired-next-error :repeat nil)
(evil-add-command-properties 'evil-collection-unimpaired-previous-error :repeat nil)
(evil-collection-define-key 'normal 'evil-collection-unimpaired-mode-map
"[b" 'evil-prev-buffer
"]b" 'evil-next-buffer