Added emacs shorcuts
This commit is contained in:
parent
c10839e962
commit
f81f1c4568
41
arch-config/Dokumente/other-linux/emacs-shortcuts.md
Normal file
41
arch-config/Dokumente/other-linux/emacs-shortcuts.md
Normal file
@ -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 . <enter new file name>`
|
||||
|
||||
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`
|
Loading…
Reference in New Issue
Block a user