vim: fugitive in tab
This commit is contained in:
parent
aa842fa6f8
commit
59a58e30b9
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -112,3 +112,5 @@ nmap <C-p> :set paste!<CR>
|
||||||
nmap <C-t> :tabnew<CR>
|
nmap <C-t> :tabnew<CR>
|
||||||
" leader-key
|
" leader-key
|
||||||
:let mapleader = ","
|
:let mapleader = ","
|
||||||
|
" vim.fugitiv in neuem tab
|
||||||
|
nmap <C-g> :tab G
|
||||||
|
|
Loading…
Reference in a new issue