feat(gs/emacs): Make buffer-switch command cover all buffers
I don't really like the perspective-specific stuff after all. Change-Id: I214e481a29ed5734de232d6cbd8fabbc6368359d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3181 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
263958e4d3
commit
4e90a38875
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ private/hlissner/snippets."
|
|||
|
||||
(:desc "buffer" :prefix "b"
|
||||
:desc "New empty buffer" :n "n" #'evil-buffer-new
|
||||
:desc "Switch workspace buffer" :n "b" #'persp-switch-to-buffer
|
||||
:desc "Switch workspace buffer" :n "b" #'switch-to-buffer
|
||||
:desc "Switch buffer" :n "B" #'switch-to-buffer
|
||||
:desc "Kill buffer" :n "k" #'doom/kill-this-buffer
|
||||
:desc "Kill other buffers" :n "o" #'doom/kill-other-buffers
|
||||
|
|
Loading…
Reference in a new issue