1
0
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:
bretello 2022-01-25 10:55:42 +01:00
parent 8773349238
commit f48e6fa773
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -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>