bim.nvim is a Neovim plugin that enhances insert-mode keymapping by showing typed keys in real time, without waiting for timeoutlen
. It provides a responsive and intuitive insert-mode experience, ideal for complex input workflows like ime.
timeoutlen
lag by resolving mappings proactively.https://github.com/user-attachments/assets/7320d380-7360-45d9-84bd-c110dd3401ff
With lazy.nvim:
{
"sontungexpt/bim.nvim",
event = "InsertEnter",
config = function()
require("bim").setup()
end
}
This project is licensed under the Apache Licence 2.0 LICENCE