stopinsert.nvim
Timer
Automates escape from Insert mode after inactivity period
Do you often find yourself caught off guard idling in Insert mode instead of escaping to Normal mode like a true Vim user? Let this help you train yourself out of the bad habit. It also boots you out of Insert mode after certain amount of seconds of inactivity
13 stars
1 watching
0 forks
Language: Lua
last commit: about 2 months ago luaneovim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
hinell/lsp-timeout.nvim | Prevents LSP servers from consuming excessive memory by stopping and restarting them automatically upon gaining or losing focus. | 216 |
yutkat/confirm-quit.nvim | Prevents accidental shutdown of Neovim by prompting the user to confirm closure before closing all windows. | 23 |
chrisgrieser/nvim-early-retirement | Automatically closes inactive buffers after a set time period to reduce clutter and improve workflow. | 182 |
keaising/im-select.nvim | Automatically switches input method based on NeoVim's edit mode | 185 |
tmillr/sos.nvim | An autosaver plugin for Neovim that automatically saves changed buffers at customizable intervals. | 19 |
vidocqh/auto-indent.nvim | Automatically indents code with press of a key when cursor is at the beginning of a line | 75 |
zeioth/garbage-day.nvim | Automates the stopping and starting of language-server clients to reclaim RAM when not in use. | 315 |
m4xshen/hardtime.nvim | A plugin that helps users establish good command workflows and quit bad habits in Neovim by providing hints and reporting on their typing patterns. | 1,509 |
olimorris/persisted.nvim | A plugin for Neovim that provides session management with features such as branching, autoloading, and Telescope integration. | 455 |
m4xshen/autoclose.nvim | Automatically pairs and closes brackets in text editing | 523 |
njayman/season.nvim | Manages and loads sessions based on the current working directory | 2 |
chomosuke/term-edit.nvim | A plugin for Neovim's built-in terminal that provides Vim keybindings and improves editing experience by preventing excessive cursor movement. | 188 |
j-hui/fidget.nvim | A plugin that provides an extensible UI for Neovim notifications and LSP progress messages. | 2,006 |
mikesmithgh/git-prompt-string-lualine.nvim | A Neovim plugin that integrates git-prompt-string into the statusline, providing a customizable Git prompt. | 22 |
farmergreg/vim-lastplace | Reopens files at last edit position with intelligent auto-detection of when to center the cursor and open folds | 586 |