mirror of
https://github.com/akelge/vim
synced 2025-08-15 23:48:33 +00:00
Upgrade of modules
This commit is contained in:
Submodule pack/local/start/nerdcommenter updated: a65465d321...e361a44230
Submodule pack/local/start/nerdtree updated: 9310f91476...bc606c43e2
Submodule pack/local/start/nginx.vim updated: ceeab16488...cffaec54f0
Submodule pack/local/start/tlib_vim updated: 70c4e22246...d3bdad7b5e
Submodule pack/local/start/vim-airline updated: 26f922753a...ff7352e4bf
Submodule pack/local/start/vim-fugitive updated: a67854368e...854a8df0d0
Submodule pack/local/start/vim-gitgutter updated: 256702dd14...67ef116100
Submodule pack/local/start/vim-surround updated: f51a26d371...3d188ed211
Submodule pack/local/start/vim-template updated: 233b201a30...0bf6072337
Submodule pack/local/start/vim-terraform updated: f0b17ac9f1...3d1cfc8e18
Submodule pack/local/start/vim-workspace updated: 5c0025feec...c0d1e4332a
17
vimrc
17
vimrc
@ -14,6 +14,7 @@ set history=50
|
|||||||
set nohlsearch
|
set nohlsearch
|
||||||
set nostartofline
|
set nostartofline
|
||||||
set autochdir
|
set autochdir
|
||||||
|
set paste
|
||||||
|
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
" set background=dark
|
" set background=dark
|
||||||
@ -120,12 +121,12 @@ nnoremap <silent> <Leader>tt :below terminal<CR>
|
|||||||
" GIT
|
" GIT
|
||||||
"""""""""""""""
|
"""""""""""""""
|
||||||
nnoremap <silent> <Leader>gh :GitGutterLineHighlightsToggle<CR>
|
nnoremap <silent> <Leader>gh :GitGutterLineHighlightsToggle<CR>
|
||||||
nnoremap <silent> <Leader>gc :Gcommit -a<CR>
|
nnoremap <silent> <Leader>gc :Git commit -a<CR>
|
||||||
nnoremap <silent> <Leader>gs :Gstatus<CR>
|
nnoremap <silent> <Leader>gs :Git<CR>
|
||||||
nnoremap <silent> <Leader>ga :Git add -p<CR>
|
nnoremap <silent> <Leader>ga :Git add -p<CR>
|
||||||
nnoremap <silent> <Leader>gm :Gcommit --amend<CR>
|
nnoremap <silent> <Leader>gm :Git commit --amend<CR>
|
||||||
nnoremap <silent> <Leader>gp :Gpull<CR>
|
nnoremap <silent> <Leader>gp :Git pull<CR>
|
||||||
nnoremap <silent> <Leader>gP :Gpush<CR>
|
nnoremap <silent> <Leader>gP :Git push<CR>
|
||||||
|
|
||||||
""""""""""""""""""
|
""""""""""""""""""
|
||||||
" Airline customizations
|
" Airline customizations
|
||||||
@ -199,12 +200,6 @@ nnoremap <silent> <S-Up> V
|
|||||||
vnoremap <silent> <S-Down> j
|
vnoremap <silent> <S-Down> j
|
||||||
vnoremap <silent> <S-Up> k
|
vnoremap <silent> <S-Up> k
|
||||||
|
|
||||||
" Terminal/Filemanager
|
|
||||||
" nnoremap <silent> <F9> :OpenTerminal<CR>
|
|
||||||
" nnoremap <silent> <F10> :OpenFilemanager<CR><CR>
|
|
||||||
nnoremap <silent> <Leader>of :OpenFilemanager<CR>
|
|
||||||
|
|
||||||
|
|
||||||
" Map Ctrl-T to new tab and Ctrl-W to close tab
|
" Map Ctrl-T to new tab and Ctrl-W to close tab
|
||||||
" Map Ctrl-S to save
|
" Map Ctrl-S to save
|
||||||
if !(has('mac') || has('macunix'))
|
if !(has('mac') || has('macunix'))
|
||||||
|
Reference in New Issue
Block a user