parent
a49fa2b747
commit
4207a47802
|
@ -101,17 +101,6 @@ call plug#begin('~/.config/nvim/bundle')
|
|||
\ 'indentation': ' ',
|
||||
\}
|
||||
|
||||
"}}}
|
||||
" #vim-fugitive{{{
|
||||
" https://github.com/tpope/vim-fugitive/blob/master/README.markdown
|
||||
Plug 'tpope/vim-fugitive'
|
||||
nnoremap <silent> <space>gs :Gstatus<CR>
|
||||
nnoremap <silent> <space>gd :tabedit %<CR>:Gdiff<CR>
|
||||
nnoremap <silent> <space>gc :Gcommit<CR>
|
||||
nnoremap <silent> <space>gl :Glog<CR>
|
||||
nnoremap <silent> <space>gp :Gpush<CR>:copen<CR>
|
||||
nnoremap <silent> <space>gp :Gpushjob<CR>:copen<CR>
|
||||
|
||||
"}}}
|
||||
" #gitgutter {{{
|
||||
" https://github.com/airblade/vim-gitgutter/blob/master/README.mkd
|
||||
|
|
Loading…
Reference in New Issue