mirror of
https://github.com/akelge/vim
synced 2025-07-12 01:22:10 +00:00
Git support
This commit is contained in:
11
vimrc
11
vimrc
@ -129,6 +129,17 @@ let NERDCreateDefaultMappings=1
|
||||
" """""""""""""""""
|
||||
let g:templates_directory=[$HOME.'/.vim/templates', 'templates']
|
||||
|
||||
"""""""""""""""
|
||||
" Terminal
|
||||
"""""""""""""""
|
||||
set termwinsize=10*0
|
||||
nnoremap <silent> <Leader>tt :below terminal<CR>
|
||||
|
||||
"""""""""""""""
|
||||
" GIT
|
||||
"""""""""""""""
|
||||
nnoremap <silent> <Leader>gg :GitGutterLineHighlightsToggle<CR>
|
||||
|
||||
" """""""""""""""""
|
||||
" Airline customizations
|
||||
" """""""""""""""""
|
||||
|
Reference in New Issue
Block a user