mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed small issue with the :git abbreviation
This commit is contained in:
parent
0637a2bcf5
commit
2bae8bc5bb
1 changed files with 1 additions and 3 deletions
|
@ -312,9 +312,7 @@
|
|||
cabbrev <expr><silent> gitstatus ':Gstatus<CR>'
|
||||
cabbrev <expr><silent> GitCommit ':Gcommit<CR>'
|
||||
cabbrev <expr><silent> gitcommit ':Gcommit<CR>'
|
||||
|
||||
cabbrev <expr><silent> diff ':vertical diffsplit'
|
||||
|
||||
cabbrev diff vertical diffsplit
|
||||
cabbrev sudow SudoWrite
|
||||
cabbrev wsudo SudoWrite
|
||||
cabbrev sudoe SudoRead
|
||||
|
|
Loading…
Reference in a new issue