emacs-evil / evil-surround

you will be surrounded (surround.vim for evil, the extensible vi layer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Select and surround

i-have-no-name opened this issue · comments

Hello. Sorry, maybe it's not a right place for such question, but does evil mode can make such thing ?

ezgif-5-e088706bcd

I tried:

  1. evil-visual-block
  2. select 3 lines
  3. evil-mc-make-cursor-in-visual-selection-beg
  4. esc
  5. evil-visual-char
  6. evil-forward-word-end
  7. evil-surrond-region (with tag)

This surround only last selection :( but if I try to surround with bracket - everything is fine