diff --git a/arch-config/Dokumente/other-linux/emacs-shortcuts.md b/arch-config/Dokumente/other-linux/emacs-shortcuts.md index c4c7867f..be1199d8 100644 --- a/arch-config/Dokumente/other-linux/emacs-shortcuts.md +++ b/arch-config/Dokumente/other-linux/emacs-shortcuts.md @@ -39,3 +39,18 @@ Open window below current window Move to other windows `SPC h/j/k/l` + +## Buffers + +Open recent within the same project buffers +`SPC b b` +`SPC ,` + +Remove buffers +`SPC b k` + +Open new empty buffer +`SPC b N` + +Save buffer +`SPC b s`