completion/ivy: fix key remapping; custom ivy switch-buffer commands work now
This commit is contained in:
parent
27a3041f40
commit
22a1b2b41a
2 changed files with 15 additions and 18 deletions
|
@ -70,7 +70,7 @@
|
|||
;;; <leader> and <localleader>
|
||||
:m ";" 'evil-ex
|
||||
(:leader
|
||||
:desc "Switch project buffer" :n "," 'projectile-switch-to-buffer
|
||||
:desc "Switch project buffer" :n "," 'persp-switch-to-buffer
|
||||
:desc "Switch buffer" :n "<" 'switch-to-buffer
|
||||
:desc "Browse files" :n "." 'find-file
|
||||
:desc "Find file from here" :n ">" 'counsel-file-jump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue