mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 12:31:31 +01:00
vim: add <leader>ue :UltiSnipsEdit mapping
This commit is contained in:
parent
8773349238
commit
f48e6fa773
|
@ -157,3 +157,6 @@ vnoremap <silent> <leader>gs :call GitShowVisual()<CR>
|
||||||
vnoremap <silent> <leader>r :call VisualSelection('replace', '')<CR>
|
vnoremap <silent> <leader>r :call VisualSelection('replace', '')<CR>
|
||||||
|
|
||||||
nnoremap K :exe "Rg " . expand("<cword>")<cr>
|
nnoremap K :exe "Rg " . expand("<cword>")<cr>
|
||||||
|
|
||||||
|
" Ultisnips
|
||||||
|
map <Leader>ue :UltiSnipsEdit<cr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user