mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +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>
|
nmap <leader>g :IndentGuidesToggle<CR>
|
||||||
|
|
||||||
"" Ultisnips
|
"" Ultisnips
|
||||||
let g:UltiSnipsExpandTrigger="<tab>"
|
let g:UltiSnipsExpandTrigger="<c-j>"
|
||||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
let g:UltiSnipsJumpForwardTrigger="<c-l>"
|
||||||
"let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
let g:UltiSnipsJumpBackwardTrigger="<c-h>"
|
||||||
|
|
||||||
|
|
||||||
" Tex
|
" Tex
|
||||||
let g:tex_flavor = "latex"
|
let g:tex_flavor = "latex"
|
||||||
|
|||||||
Reference in New Issue
Block a user