This topic created in 3789 days ago, the information mentioned may be changed or developed.
Supplement 1 Dec 13, 2015 更新了,以前直接用 fugitive 的命令会对布局造成很大限制,附送两个快速提交的命令行映射
" commit current file
command! -nargs=* -bar Gc execute 'Gcommit '. expand('%').' '."<args>"
" comit all changed files
command! -nargs=* -bar Gca execute 'Gcommit -a '."<args>"
6 replies 2016-03-14 13:30:45 +08:00  | | 1 timothyye Dec 12, 2015 via Android 赞一个,回去试试 |
 | | 2 timothyye Dec 12, 2015 via Android lz 你的 vim 主题是啥呢 |