dotfiles/.vim/scripts/vimsurround-self.vim

4 lines
66 B
VimL

function! Vimsurround()
F"x<ESC>i'<ESC>f"x<ESC>i'
endfunction