vim: add <leader>ue :UltiSnipsEdit mapping

pull/6/head
bretello 2022-01-25 10:55:42 +01:00
parent 8773349238
commit f48e6fa773
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -157,3 +157,6 @@ vnoremap <silent> <leader>gs :call GitShowVisual()<CR>
vnoremap <silent> <leader>r :call VisualSelection('replace', '')<CR>
nnoremap K :exe "Rg " . expand("<cword>")<cr>
" Ultisnips
map <Leader>ue :UltiSnipsEdit<cr>