Adds url encode and decode scripts shortcuts

This commit is contained in:
Jonathan Hodgson 2019-09-26 08:58:34 +01:00
parent bd847bd812
commit fee53462f9
6 changed files with 1109 additions and 1 deletions

3
.vimrc
View file

@ -469,7 +469,8 @@ inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u
iabbrev @@ jonathan@fellowshipproductions.co.uk
iabbrev @@@ jonathan@lunarweb.co.uk
vnoremap <leader>u :B !urlencode<cr>
vnoremap <leader>U :B !urldecode<cr>
" File Type Specific {{{1
"Make web files fold on indent {{{2