mirror of https://github.com/akelge/vim
Upgrade of modules
This commit is contained in:
parent
816da7628e
commit
ce62562da3
|
@ -1 +1 @@
|
|||
Subproject commit a65465d321f2f8a74b2ffa540b9b87563f7e12e8
|
||||
Subproject commit e361a44230860d616f799a337bc58f5218ab6e9c
|
|
@ -1 +1 @@
|
|||
Subproject commit 9310f91476a94ee9c2f3a587171893743a343e26
|
||||
Subproject commit bc606c43e2d8ef0987d6d3d1ec8c17360a2e29d5
|
|
@ -1 +1 @@
|
|||
Subproject commit ceeab164880ad90e73ab1be31dc3932777b9ef20
|
||||
Subproject commit cffaec54f0c7f9518de053634413a20e90eac825
|
|
@ -1 +1 @@
|
|||
Subproject commit 70c4e222464020edc2809c932b488daaf891eeef
|
||||
Subproject commit d3bdad7b5e4253dc7ce6793342d7b8755c67ff0c
|
|
@ -1 +1 @@
|
|||
Subproject commit 26f922753a288df639b8d05d13ed62b9b04a26bc
|
||||
Subproject commit ff7352e4bff02eb600a136b6fd741404f3195371
|
|
@ -1 +1 @@
|
|||
Subproject commit a67854368ea9810936d57e3fea00a4c05bf47c26
|
||||
Subproject commit 854a8df0d06b8d3fcb30fa7f2b08c62b553eee3b
|
|
@ -1 +1 @@
|
|||
Subproject commit 256702dd1432894b3607d3de6cd660863b331818
|
||||
Subproject commit 67ef116100b40f9ca128196504a2e0bc0a2753b0
|
|
@ -1 +1 @@
|
|||
Subproject commit f51a26d3710629d031806305b6c8727189cd1935
|
||||
Subproject commit 3d188ed2113431cf8dac77be61b842acb64433d9
|
|
@ -1 +1 @@
|
|||
Subproject commit 233b201a308335600614a5c1a3034636a620d05b
|
||||
Subproject commit 0bf607233719a0ed6e14bf0197ba8950bf8833fc
|
|
@ -1 +1 @@
|
|||
Subproject commit f0b17ac9f1bbdf3a29dba8b17ab429b1eed5d443
|
||||
Subproject commit 3d1cfc8e183f1a58f71587442849510462f5857b
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c0025feecc24052ce8bf5aa0d16a10df2db1ea5
|
||||
Subproject commit c0d1e4332a378f58bfdf363b4957168fa78e79b4
|
17
vimrc
17
vimrc
|
@ -14,6 +14,7 @@ set history=50
|
|||
set nohlsearch
|
||||
set nostartofline
|
||||
set autochdir
|
||||
set paste
|
||||
|
||||
set nofoldenable
|
||||
" set background=dark
|
||||
|
@ -120,12 +121,12 @@ nnoremap <silent> <Leader>tt :below terminal<CR>
|
|||
" GIT
|
||||
"""""""""""""""
|
||||
nnoremap <silent> <Leader>gh :GitGutterLineHighlightsToggle<CR>
|
||||
nnoremap <silent> <Leader>gc :Gcommit -a<CR>
|
||||
nnoremap <silent> <Leader>gs :Gstatus<CR>
|
||||
nnoremap <silent> <Leader>gc :Git commit -a<CR>
|
||||
nnoremap <silent> <Leader>gs :Git<CR>
|
||||
nnoremap <silent> <Leader>ga :Git add -p<CR>
|
||||
nnoremap <silent> <Leader>gm :Gcommit --amend<CR>
|
||||
nnoremap <silent> <Leader>gp :Gpull<CR>
|
||||
nnoremap <silent> <Leader>gP :Gpush<CR>
|
||||
nnoremap <silent> <Leader>gm :Git commit --amend<CR>
|
||||
nnoremap <silent> <Leader>gp :Git pull<CR>
|
||||
nnoremap <silent> <Leader>gP :Git push<CR>
|
||||
|
||||
""""""""""""""""""
|
||||
" Airline customizations
|
||||
|
@ -199,12 +200,6 @@ nnoremap <silent> <S-Up> V
|
|||
vnoremap <silent> <S-Down> j
|
||||
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-S to save
|
||||
if !(has('mac') || has('macunix'))
|
||||
|
|
Loading…
Reference in New Issue