Add C-f delimiter for sexps
dominikh opened this issue · comments
Dominik Honnef commented
In vim-surround, C-f inserts a sexp: ysiw C-f foo RET
on word
results in (foo word)
.
you will be surrounded (surround.vim for evil, the extensible vi layer)
dominikh opened this issue · comments
In vim-surround, C-f inserts a sexp: ysiw C-f foo RET
on word
results in (foo word)
.