From 022b52cdc69f624f3fef73481ea15121185fac1a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Oct 2020 18:29:40 +0200 Subject: [PATCH] Added stuff about buffers --- .../Dokumente/other-linux/emacs-shortcuts.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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`