From f81f1c45683d545867841bef9c9be1f4738b01f1 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Oct 2020 18:13:25 +0200 Subject: [PATCH] Added emacs shorcuts --- .../Dokumente/other-linux/emacs-shortcuts.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 arch-config/Dokumente/other-linux/emacs-shortcuts.md diff --git a/arch-config/Dokumente/other-linux/emacs-shortcuts.md b/arch-config/Dokumente/other-linux/emacs-shortcuts.md new file mode 100644 index 00000000..c4c7867f --- /dev/null +++ b/arch-config/Dokumente/other-linux/emacs-shortcuts.md @@ -0,0 +1,41 @@ +# emacs shortcuts to remember + +## Minimap +`SPC t m` + +## Dired + +Provides directory view + +Create new directory within the current directory +`Shift +` + +Create new file in current directory +`SPC . ` + +Delete files or directories +`d`, `x` + +Unselect +`u` + +## Treemacs + +Toggle view of directory structure of the current project on the side. +`SPC o p` + +## Term + +Open terminal +`SPC o t` + +## Window management + +Open window right of current window +`SPC w v` + +Open window below current window +`SPC w s` + +Move to other windows +`SPC h/j/k/l`