Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created October 28, 2018 00:05
Show Gist options
  • Save srockstyle/22736873e47ef208ed5a8582e7dbd2fa to your computer and use it in GitHub Desktop.
Save srockstyle/22736873e47ef208ed5a8582e7dbd2fa to your computer and use it in GitHub Desktop.
gitをvimからいじるやつ
"git
"deniteじゃないものもあるけど
nnoremap gl :Glog<CR>
nnoremap gd :Gdiff<CR>
nnoremap gb :Denite gitbranch<CR>
nnoremap gs :Denite gitstatus<CR>
nnoremap gadd :Gwrite<CR>
nnoremap gcommit :Gcommit<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment