Mercurial > dotfiles
changeset 267:3f2021447193
setup ultisnips keys
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 09 Jun 2020 10:19:25 +0200 |
parents | 7a275f0d38e8 |
children | 0ba6e190eb62 |
files | dot_config/nvim/executable_init.vim dot_zshrc |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/executable_init.vim Sun Jun 07 22:00:39 2020 +0200 +++ b/dot_config/nvim/executable_init.vim Tue Jun 09 10:19:25 2020 +0200 @@ -1233,6 +1233,8 @@ let g:completion_enable_snippet = 'UltiSnips' "Fallback for https://github.com/Raimondi/delimitMate expanding on enter let g:completion_confirm_key_rhs = "\<Plug>delimitMateCR" +let g:UltiSnipsJumpForwardTrigger="<c-b>" +let g:UltiSnipsJumpBackwardTrigger="<c-z>" " }}} " Background make {{{ nnoremap <F9> :PMake<CR>
--- a/dot_zshrc Sun Jun 07 22:00:39 2020 +0200 +++ b/dot_zshrc Tue Jun 09 10:19:25 2020 +0200 @@ -197,5 +197,6 @@ export EDITOR=nvim export HGEDITOR=nvim -[ -f ~/.fzf.zsh ] &&source ~/.fzf.zsh +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_COMMAND='ag -g ""' +[ -f ~/.zshrc.local ] && source ~/.zshrc.local