mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
use c-j instead of tab to complete snippets
This commit is contained in:
7
vimrc
7
vimrc
@@ -342,9 +342,10 @@ vmap <leader>j ]egv
|
||||
nmap <leader>g :IndentGuidesToggle<CR>
|
||||
|
||||
"" Ultisnips
|
||||
let g:UltiSnipsExpandTrigger="<tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
||||
"let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
||||
let g:UltiSnipsExpandTrigger="<c-j>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-l>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-h>"
|
||||
|
||||
|
||||
" Tex
|
||||
let g:tex_flavor = "latex"
|
||||
|
||||
Reference in New Issue
Block a user