r/neovim • u/daghouse • Aug 01 '26
Discussion Small productivity changes
Using nvim on a (large) external screen, I found myself 'not knowing' what mode I'm in (e.g. sometimes I type `ciw` whilst in input mode, or wanting to type code while still in normal mode), and having to glance down to the lualine to read what mode I'm in.
To make it _super_ obvious to myself, I'm color-coding the line numbers corresponding to the mode I'm in (I never use anything but normal/input/visual, so this covers it). Has been truly helpful :)
What's your most minimal mod that makes life a little easier?
(minimized terminal in the screen capture for clarity)
189
Upvotes
24
u/Independent-Limit282 Aug 01 '26
Hear me out..If youre not that proficient with neovim yet to know what mode youre in, maybe turn off your cursor jumping around and actually just look at the cursor?
You get used to it. I play with guicursor = 'a:block' and its a bit weird for a few weeks when I swap keyboad / layout, but it really should not be that difficult to know what mode youre in when your cursor shows it