Advertisement
indigo0086

Key

May 9th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.24 KB | None | 0 0
  1. ;; Easily call elements in ivy buffer, works well with evil bindings for next and last
  2.   (general-define-key
  3.    :keymaps 'ivy-minibuffer-map
  4.    "TAB" 'ivy-call
  5.    "C-M-j" 'ivy-next-line-and-call
  6.    "C-M-k" 'ivy-previous-line-and-call)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement