Add a keybindings file.
This commit is contained in:
parent
927870e7a4
commit
e16f93ecc2
16
vim/vim/keybindings.vim
Normal file
16
vim/vim/keybindings.vim
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" _ _________ ______ ___ _ _ ____ ___ _ _ ____ ____
|
||||||
|
" | |/ / ____\ \ / / __ )_ _| \ | | _ \_ _| \ | |/ ___/ ___|
|
||||||
|
" | ' /| _| \ V /| _ \| || \| | | | | || \| | | _\___ \
|
||||||
|
" | . \| |___ | | | |_) | || |\ | |_| | || |\ | |_| |___) |
|
||||||
|
" |_|\_\_____| |_| |____/___|_| \_|____/___|_| \_|\____|____/
|
||||||
|
"
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
"
|
||||||
|
" UltiSnips
|
||||||
|
"
|
||||||
|
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
||||||
|
let g:UltiSnipsExpandTrigger="<tab>"
|
||||||
|
let g:UltiSnipsJumpForwardTrigger="<c-b>"
|
||||||
|
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
Loading…
x
Reference in New Issue
Block a user