Skip to content

Instantly share code, notes, and snippets.

@pricees
Last active February 19, 2016 16:22
Show Gist options
  • Select an option

  • Save pricees/911d563e570a2f2ad7bd to your computer and use it in GitHub Desktop.

Select an option

Save pricees/911d563e570a2f2ad7bd to your computer and use it in GitHub Desktop.
Awesome Git Plugins

Fireplace (Clojure

  • cqp Opens quasi-repl (one liner)
  • cpp Evaluate innermost expression
  • cq% / cqc Prepopulate repl with codez
  • cpr Reload namespace, switch to repl

Commentary

  • gcc - comment section
  • #gcc, visual mode gcc

Fugitive

  • :Gstatus
  • :Gedit
  • :Gread
  • :Gedit, :Gsplit, :Gvsplit, :Gtabedit
  • :Gdiff
  • :Gblame, :Gcommit

Buffer Nav

" navigate between buffers with Ctrl-[hjkl]
map <C-H> <C-W>h
map <C-J> <C-W>j
map <C-K> <C-W>k
map <C-L> <C-W>l

Expand Region

  • v Visual mode
  • +, _ Expand, shrink size of area

NerdTree

:NERDTree

  • o Open
  • m Menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment