Skip to content

Instantly share code, notes, and snippets.

@alexander-lazarov
Last active April 2, 2018 07:26
Show Gist options
  • Save alexander-lazarov/a149853193d1a77e7752d3360f5c6e0d to your computer and use it in GitHub Desktop.
Save alexander-lazarov/a149853193d1a77e7752d3360f5c6e0d to your computer and use it in GitHub Desktop.
Vim Cheatsheet

Map ,t to save current file and run a command

:map ,t :w\|:!rake<cr>

Toggle autocomplete

<C-n>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment