Fix #4886: fix +ivy-buffer-preview for SPC b B
This commit is contained in:
parent
1ebfa35b71
commit
a0de71dee8
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ results buffer.")
|
||||||
[remap switch-to-buffer-other-window] #'+ivy/switch-buffer-other-window
|
[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)
|
[remap evil-show-jumps] #'+ivy/jump-list)
|
||||||
|
|
||||||
|
;; Fix #4886: otherwise our remaps are overwritten
|
||||||
|
(setq ivy-mode-map (make-sparse-keymap))
|
||||||
:config
|
:config
|
||||||
;; The default sorter is much to slow and the default for `ivy-sort-max-size'
|
;; The default sorter is much to slow and the default for `ivy-sort-max-size'
|
||||||
;; is way too big (30,000). Turn it down so big repos affect project
|
;; is way too big (30,000). Turn it down so big repos affect project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue