vim/fugitive: load on commands 'G' and 'Git'
This commit is contained in:
parent
ce74aaef60
commit
c2ff9837bb
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
return {
|
return {
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
|
cmd = {
|
||||||
|
'G',
|
||||||
|
'Git',
|
||||||
|
},
|
||||||
keys = require('fschauen.keymap').fugitive
|
keys = require('fschauen.keymap').fugitive
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue