Bind SPC b {c,C} to clone buffer indirectly
This commit is contained in:
parent
0192221981
commit
d1cef4ac94
1 changed files with 2 additions and 0 deletions
|
@ -316,6 +316,8 @@
|
|||
:desc "Switch buffer" "B" #'switch-to-buffer)
|
||||
(:unless (featurep! :ui workspaces)
|
||||
:desc "Switch buffer" "b" #'switch-to-buffer)
|
||||
:desc "Clone buffer" "c" #'clone-indirect-buffer
|
||||
:desc "Clone buffer other window" "C" #'clone-indirect-buffer-other-window
|
||||
:desc "Kill buffer" "d" #'kill-current-buffer
|
||||
:desc "ibuffer" "i" #'ibuffer
|
||||
:desc "Kill buffer" "k" #'kill-current-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue