update submodules
This commit is contained in:
parent
fe333ba6ee
commit
af8d1ed49d
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f39208f1a074fb525270312a20c87521a50c74ef
|
||||
Subproject commit 59b4826806156142e9babc0179abd31a76b81a20
|
4
vimrc
4
vimrc
|
@ -271,8 +271,8 @@ nnoremap <C-L> <C-W><C-L>
|
|||
nnoremap <C-H> <C-W><C-H>
|
||||
|
||||
" Map :next to <C-TAB>
|
||||
nmap <C-Tab> :next<CR>
|
||||
nmap <C-S-Tab> :prev<CR>
|
||||
nmap <C-Tab> :tabNext<CR>
|
||||
nmap <C-S-Tab> :tabPrev<CR>
|
||||
nmap <C-t> :tabnew<CR>
|
||||
"------------------------------------------------------------
|
||||
let g:SimplyFold_docstring_preview=1
|
||||
|
|
Loading…
Reference in a new issue