Skip to content

Instantly share code, notes, and snippets.

@jank84
Last active August 13, 2017 16:54
Show Gist options
  • Save jank84/906471b8a654cf0a56b4ba3ec7b800ea to your computer and use it in GitHub Desktop.
Save jank84/906471b8a654cf0a56b4ba3ec7b800ea to your computer and use it in GitHub Desktop.
editor

vscode

Key action
ctrl-shift-ß close fold
ctrl-^ split file to right view
ctrl-shift-^ jump parenthesis
alt-shift- Up/down duplicate line above/below
shift-alt- <-/-> expand (select) region
alt- <-/-> cursor history
shift-del del line
ctrl-alt-k del line
ctrl-del del next word
ctrl-Backspace del previous word
ctrl-alt-f prettier format
alt-lclick multi cursor
clt-d multicusor find next occurrence
shift-enter jumpy marker

atom

Key action
ctrl-m jump parenthesis
ctrl-alt-, select inside parenthesis
ctrl-alt-g atom-fuzzy-grep
ctrl-alt-k del line
ctrl-alt-f prettier format
ctrl-alt-enter goto declaration
ctrl-minus cursor history back
ctrl-alt-l atom auto indent
ctrl-lclick multi cursor
clt-d multicusor find next occurrence
alt-up expand (select) region
shift-enter jumpy marker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment