Added keybinding for ivy history, enabled wrapping.

This commit is contained in:
tastytea 2019-08-01 20:48:24 +02:00
parent 69f1ceb6b1
commit ffa951b0b8
1 changed files with 5 additions and 0 deletions

View File

@ -560,10 +560,15 @@ With argument, do this that many times."
:custom
(ivy-use-virtual-buffers t)
(ivy-count-format "[%d/%d] ")
(ivy-wrap t)
:config
(ivy-mode 1)
:bind
("C-c C-r" . 'ivy-resume)
(:map ivy-minibuffer-map
("M-<up>" . ivy-previous-history-element)
("M-<down>" . ivy-next-history-element)
)
)
;; Extensions for ivy