jmacdonald / amp

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

[Feature Request] Switch cursor on insert mode #187

Open knkski opened 4 years ago

knkski commented 4 years ago

One nice feature that my current vim setup has is that it will switch to a blinking bar when I enter insert mode. This is handy even with the current mode displayed in the bottom left of the screen, as it is much more directly in line-of-sight. Would amp be able to include this feature as well? It would require bumping up termion to 1.5.5, where cursor::BlinkingLine et al are defined.