+Description for frame keybinds

This commit is contained in:
oreodave
2019-07-24 12:48:53 +01:00
parent 065dc69810
commit f3f71b5289

View File

@@ -58,7 +58,13 @@ I like monokai :)
:desc "Close window" "d" '+workspace/close-window-or-workspace
:desc "Switch window" "W" 'ace-window
)
#+END_SRC
- <SPC>wd is slightly closer together than <SPC>wc
- <SPC>wd is also used in spacemacs so I'd rather use this
- <SPC>wW allows me to switch windows more efficiently than before, better than
just motions
#+BEGIN_SRC emacs-lisp
(:prefix "b"
:desc "Close buffer" "d" 'doom/kill-this-buffer-in-all-windows
)