Shortcuts for vim-fugitive.
This commit is contained in:
parent
48738d06a8
commit
77e004e48b
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ map <leader>\ <Esc>:setlocal nospell<CR>
|
||||||
map <leader>pl <Esc>:setlocal spell spelllang=pl<CR>
|
map <leader>pl <Esc>:setlocal spell spelllang=pl<CR>
|
||||||
map <leader>en <Esc>:setlocal spell spelllang=en_gb<CR>
|
map <leader>en <Esc>:setlocal spell spelllang=en_gb<CR>
|
||||||
map <leader>p <Esc>:set paste!<CR>
|
map <leader>p <Esc>:set paste!<CR>
|
||||||
|
map <leader>gs <Esc>:Gstatus<CR>
|
||||||
|
map <leader>gc <Esc>:Gcommit<CR>
|
||||||
|
map <leader>gp <Esc>:Gpush<CR>
|
||||||
|
|
||||||
au BufRead,BufNewFile *.pp
|
au BufRead,BufNewFile *.pp
|
||||||
\ set filetype=puppet
|
\ set filetype=puppet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue