use consel
This commit is contained in:
parent
e4377fe6ba
commit
aa2ccfe708
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -249,14 +249,14 @@
|
||||||
|
|
||||||
;; Buffers
|
;; Buffers
|
||||||
"b" '(:ignore t :which-key "Buffers")
|
"b" '(:ignore t :which-key "Buffers")
|
||||||
"bb" 'switch-to-buffer
|
"bb" 'counsel-switch-buffer
|
||||||
"bd" 'evil-delete-buffer
|
"bd" 'evil-delete-buffer
|
||||||
"bn" 'next-buffer
|
"bn" 'next-buffer
|
||||||
"bn" 'next-buffer
|
"bn" 'next-buffer
|
||||||
"bs" 'foo/switch-to-scratch-buffer
|
"bs" 'foo/switch-to-scratch-buffer
|
||||||
|
|
||||||
;; Files
|
;; Files
|
||||||
"ff" 'counsel-find-file
|
"ff" 'counsel-find-file
|
||||||
"fL" 'counsel-locate
|
"fL" 'counsel-locate
|
||||||
"fr" 'counsel-recentf
|
"fr" 'counsel-recentf
|
||||||
"fR" 'foo/rename-current-buffer-file
|
"fR" 'foo/rename-current-buffer-file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue