Y
Hacker News
new
|
ask
|
show
|
jobs
by
skocznymroczny
1839 days ago
Does Vim have support for multiple cursors? It's a feature I cannot live without and I think it'd be awkward to do without a mouse.
1 comments
tharne
1839 days ago
Vim and neovim do not have support for multiple cursors. The vis editor, is a vim-like editor that does support multiple cursors (and also structural regular expressions, if that's your thing).
link