Skip to content

Commit

Permalink
Update switch buffer command
Browse files Browse the repository at this point in the history
  • Loading branch information
anildigital committed Feb 21, 2023
1 parent ef1dd27 commit 3deed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anil/anil-counsel.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:bind ("M-x" . counsel-M-x)
("C-x C-f" . counsel-find-file)
("C-x C-r" . counsel-recentf)
("C-x b" . counsel-switch-buffer)
("C-x b" . counsel-projectile-switch-to-buffer)
("C-M-o" . counsel-imenu)
)

Expand Down

0 comments on commit 3deed7b

Please sign in to comment.