Created
October 28, 2018 00:05
-
-
Save srockstyle/22736873e47ef208ed5a8582e7dbd2fa to your computer and use it in GitHub Desktop.
gitをvimからいじるやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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