Skip to content

Instantly share code, notes, and snippets.

@lucax88x
Last active February 13, 2020 16:54
Show Gist options
  • Save lucax88x/8ce6022f0deaca082633c23c831c9bc1 to your computer and use it in GitHub Desktop.
Save lucax88x/8ce6022f0deaca082633c23c831c9bc1 to your computer and use it in GitHub Desktop.
VSCODE
ALT+1 focus explorer
GENERAL
SHIFT+ENTER adds a new line after current
CTRL+ALT+ENTER start New Line Before Current
EMACS
https://gist.github.com/hjertnes/9e14416e8962ff5f03c6b9871945b165
When opening a file, press I to enter in "INSERT" mode, press ESC to exit
h go left
j go down
k go up
l go right
gg start of doc
G end of doc
ALT + X open commands
SPC + F + P open emacs doom
SPC + pp open project
SPC + SPC open files in project
SPC + . open files
SPC + b buffers
dired to open terminalt tree
treemacs to open visual tree
Duplicate section
Just hit 'y' to yank what you've got selected visually, the "p" to paste below the cursor or "P" to paste above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment