efjimm / Cellulator

Spreadsheet program written in Zig
GNU General Public License v3.0
2 stars 0 forks source link

Mode indicator in status line #5

Open notramo opened 8 months ago

notramo commented 8 months ago

As cellulator has modal input, it's important to be able to clearly see the current mode. Neovim and sc-im uses uppercase bold text for mode indicator, unlike cellulator which uses lowercase regular. Also, I would recommend moving the mode indicator to the left or right side of the status bar instead of being hidden somewhere in the middle. I would prefer right since most other info is on the left, similarly how sc-im displays it.

I can try to open a PR if you accept this feature.