Browse Source

changed C-x b to counsel-switch-buffer

master
Marc 3 years ago
parent
commit
4e4e982312
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
init.org

@ -432,7 +432,7 @@ Windows Theme:
(("M-x" . counsel-M-x)
("C-x C-f" . counsel-find-file)
("C-x C-r" . counsel-recentf)
("C-x b" . counsel-ibuffer)
("C-x b" . counsel-switch-buffer)
("C-c C-f" . counsel-git)
("C-c h f" . counsel-describe-function)
("C-c h v" . counsel-describe-variable)

Loading…
Cancel
Save