Skip to content

Instantly share code, notes, and snippets.

@baransu
Last active July 7, 2016 19:31
Show Gist options
  • Save baransu/68ed780630d075b0bd5bf8410e5d7b5f to your computer and use it in GitHub Desktop.
Save baransu/68ed780630d075b0bd5bf8410e5d7b5f to your computer and use it in GitHub Desktop.

General

  • Cut: C-w
  • Paste: C-y
  • Move selection line up: M-up (move-text-up)
  • Move selection line down: M-down (move-text-down)
  • Move cursor forward one char: C-f
  • Move cursor backward one char: C-b
  • Move cursor forward one world: M-f
  • Move cursor backward one world: M-b
  • Go to end of line: C-e
  • Go to begining of line: C-a
  • Delete: C-d
  • Open file: C-x C-f
  • Save file: C-x C-s
  • Place comment: M-;
  • Previous buffer: C-x TAB
  • Select buffer: C-x b
  • Switch window: M-m 1/2
  • New window: M-m w /

TODO

  • React/jsx syntax
  • Set intend to 2 spaces
  • Add WakaTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment