|
1 |
| -*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 05 |
| 1 | +*stopinsert.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 06 |
2 | 2 |
|
3 | 3 | ==============================================================================
|
4 | 4 | Table of Contents *stopinsert.nvim-table-of-contents*
|
5 | 5 |
|
6 | 6 | - Intro |stopinsert.nvim-intro|
|
7 | 7 | - Installation |stopinsert.nvim-installation|
|
8 | 8 | - Configuration |stopinsert.nvim-configuration|
|
| 9 | + - User command |stopinsert.nvim-user-command| |
9 | 10 |
|
10 | 11 | INTRO *stopinsert.nvim-intro*
|
11 | 12 |
|
12 | 13 | `stopinsert` is a vim command (see vimdoc
|
13 |
| -<https://vimdoc.sourceforge.net/htmldoc/insert.html>) that works like typing |
| 14 | +<https://vimdoc.sourceforge.net/htmldoc/insert.html>) that works like hitting |
14 | 15 | `<Esc>` in Insert mode.
|
15 | 16 |
|
16 | 17 | This plugin automatically kicks you out of Insert mode after certain amount of
|
@@ -60,6 +61,22 @@ in the table above.
|
60 | 61 | If you configure this attribute in `opts` with your package manager, like so,
|
61 | 62 | your list will replace `stopinsert.nvim` defaults.
|
62 | 63 |
|
| 64 | +Filetypes can also be listed as regex, such as `neo%-tree*`. |
| 65 | + |
| 66 | + |
| 67 | +USER COMMAND *stopinsert.nvim-user-command* |
| 68 | + |
| 69 | +`stopinsert.nvim` is enabled by default. You can toggle its state on the fly |
| 70 | +with the following commands: |
| 71 | + |
| 72 | +> |
| 73 | + :StopInsertPlug enable |
| 74 | + :StopInsertPlug disable |
| 75 | + :StopInsertPlug toggle |
| 76 | +< |
| 77 | + |
| 78 | +Each of them does exactly what it says on the tin. |
| 79 | + |
63 | 80 | Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
|
64 | 81 |
|
65 | 82 | vim:tw=78:ts=8:noet:ft=help:norl:
|
0 commit comments