Add +ivy/jump-list & bind 'SPC b j' to it

Falls back to evil-show-jumps for non-evil users.
This commit is contained in:
Henrik Lissner 2019-10-20 15:15:03 -04:00
parent e7f492c400
commit 45a17c86ba
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 45 additions and 1 deletions

View file

@ -110,7 +110,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
(define-key! ivy-mode-map
[remap switch-to-buffer] #'+ivy/switch-buffer
[remap switch-to-buffer-other-window] #'+ivy/switch-buffer-other-window
[remap persp-switch-to-buffer] #'+ivy/switch-workspace-buffer)
[remap persp-switch-to-buffer] #'+ivy/switch-workspace-buffer
[remap evil-show-jumps] #'+ivy/jump-list)
(define-key ivy-minibuffer-map (kbd "C-c C-e") #'+ivy/woccur)