mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

Add terminal cursor highlight #79

Closed bronzehedwick closed 3 years ago

bronzehedwick commented 5 years ago

Inside a terminal buffer, highlight the terminal cursor in a different color to distinguish between the terminal cursor position and the Vim cursor position.

This option does not apply while in terminal mode, since the two cursors are in the same position. The real benefit is to tell where your terminal cursor is while not in terminal mode (aka, normal mode).

Since this is new and potentially confusing behavior, put it behind a setting, and explain it in the README.

Example screenshot below. In normal mode, terminal cursor in orange, Vim cursor in white.

screen shot 2019-01-16 at 12 50 22 pm

Also fix outdated reference to .nvimrc.

mhartington commented 3 years ago

Hey, sorry for not looking at this sooner. I think I'm going to close this.