unimpaired: [b and ]b can be called with prefix arg

This commit is contained in:
condy 2020-11-14 21:59:46 +08:00 committed by Pierre Neidhardt
parent 8c256263ad
commit 2f10de5f6d
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@
"Set up unimpaired-like bindings."
(global-evil-collection-unimpaired-mode 1)
(evil-collection-define-key 'normal 'evil-collection-unimpaired-mode-map
"[b" 'previous-buffer
"]b" 'next-buffer
"[b" 'evil-prev-buffer
"]b" 'evil-next-buffer
"]l" 'evil-collection-unimpaired-next-error
"[l" 'evil-collection-unimpaired-previous-error
(kbd "[ SPC") 'evil-collection-unimpaired-insert-newline-above