Im using neovim with nvchad, and i discovered accidentally that when im in edit mode and i type j more than 3 times in insert mode, it kicks me out of it, why does it happen?
Im using neovim with nvchad, and i discovered accidentally that when im in edit mode and i type j more than 3 times in insert mode, it kicks me out of it, why does it happen?
Try doing a ripgrep search for “jjj” in
~/.config/nvim
. The standard nvchad mapping for this is<leader>fw
. If you find something, then that’s where the mapping comes from.