jeanguyomarch/eovim

Feature request: warn the user when he hits Caps Locks key

Closed this issue · 1 comments

Could you please consider to make eovim capable of displaying some warning pop up when the user hits the Caps Locks key

Very interesting! Thank you so much for this suggestion. This is actually quite simple to do at Eovim's level. I've made two changes:

  • a fancy bright red light when caps lock is on (can be turned off)
  • custom autocmds are triggered by Eovim, so custom handlers can be written in vimscript.

The man page and README should provide enough details on how to use that. Please let me know if you experience issues.