Skip to content

Instantly share code, notes, and snippets.

@Svenito
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Svenito/a092479d5b8d728f8aa1 to your computer and use it in GitHub Desktop.
Save Svenito/a092479d5b8d728f8aa1 to your computer and use it in GitHub Desktop.

Quick reference for useful key bindings Linux (relevant to me)

Navigation

f12 Go to definition
ctrl+g Go to line
ctrl+shift+r Go to definition in project

Search

ctrl+d find under cursor

Editing

ctrl+j join lines
ctrl+shift+d dupe line
ctrl+shift+up/down swap line up/down
ctrl+ku uppercase word
ctrl+kl lowercase work
*alt+. close tag

Selection

ctrl+shift+m expand selection to bracket
ctrl+l expand selection to line
ctrl+shift+space expand selection to scope
ctrl+shift+j expand selection to indentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment