jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.68k stars 105 forks source link

[Feature Request] Visual Block Mode #207

Closed mrlogick closed 3 years ago

mrlogick commented 3 years ago

I don't think it's already implemented. It would be great to edit in column, like in Vim (Ctrl-v). But maybe there's already an alternative. For example if you could record commands with "q" you could edit many columns simply by repeating the commands over the lines.

erf commented 3 years ago

I think multiple cursors would be a great alternative to block mode, and a great addition to amp. Both vis and vscode support this now, and i think it's a more versatile as you can use the same vim commands as you are used to on a single cursors. Also in combination with a search where you add a cursor per search match, it is fantastic.

mrlogick commented 3 years ago

You are really right. Multiple cursors is the way. you can close I think.