Is there a way to highlight insert mode?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lightline.vim

    A light and configurable statusline/tabline plugin for Vim

  • I can think of a few ways: 1. :h showmode will show --INSERT-- at the bottom when in insert mode. I'm sure you already have this on, but just to be sure. 1. Lightline can be helpful. The default colour scheme makes the entire line blue. 1. My personal favorite is setting :h guicursor. Insert mode cursor is thin, while normal mode cursor is block. Unfortunately, I use neovim so its default and you have to figure out the code portion yourself. 1. Maybe use autocmd (:h InsertEnter, :h InsertLeave) and write enough vimscript until it works. Suggestions include disabling line numbers in insert mode, change entire background colour, you're limited only by the power of vimscript (or Lua for those nvim doods).

  • vim-airline

    lean & mean status/tabline for vim that's light as air

  • You could try a plugin like vim-airline where the indicator is coloured depending on your current mode

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • alacritty

    A cross-platform, OpenGL terminal emulator.

  • Interesting, this works in xterm, but not with alacritty. Found another way to specific colors with RGB hex values that works in both though... \e]12;rgb:0/ff/0\a

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Auto-completion problems for terraform

    9 projects | /r/neovim | 24 May 2023
  • Include octal on statusline?

    2 projects | /r/vim | 28 Mar 2023
  • CoC: How to disable these annoying Clangd messages?

    1 project | /r/neovim | 22 Mar 2023
  • How do I make my nvim have this? I like having the mode in colors

    3 projects | /r/neovim | 13 Mar 2023
  • Hello, can someone tell me which editor this is?

    1 project | /r/Ubuntu | 10 Mar 2023