ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

Change between block/line cursor for normal/insert mode #66

Open resolritter opened 5 years ago

resolritter commented 5 years ago

This project is awesome and I feel lucky to have found this!

I've tried various code escape sequences (plus http://vim.wikia.com/wiki/Change_cursor_shape_in_different_modes), but it seems that the cursor shape doesn't change.

I'd like to replicate my Vim behavior of having block cursor for normal mode, with line cursor for insert mode.

ardagnir commented 5 years ago

I don't have time to work on this, but this is probably relatively simple to implement if someone wants to do it.

ardagnir commented 4 years ago

Experimental branch 1.3 has code in the athamerc to do this

resolritter commented 4 years ago

I can confirm it works on my end. Great! : - ))