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

4 lines
66 B
VimL
Raw Normal View History

2020-05-31 08:13:12 +00:00
function! Vimsurround()
F"x<ESC>i'<ESC>f"x<ESC>i'
endfunction