Skip to content

Commit da575bc

Browse files
csesshgithub-actions[bot]
authored andcommitted
Chores: Auto generate docs
1 parent bec95a5 commit da575bc

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

doc/stopinsert.nvim.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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
22

33
==============================================================================
44
Table of Contents *stopinsert.nvim-table-of-contents*
55

66
- Intro |stopinsert.nvim-intro|
77
- Installation |stopinsert.nvim-installation|
88
- Configuration |stopinsert.nvim-configuration|
9+
- User command |stopinsert.nvim-user-command|
910

1011
INTRO *stopinsert.nvim-intro*
1112

1213
`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
1415
`<Esc>` in Insert mode.
1516

1617
This plugin automatically kicks you out of Insert mode after certain amount of
@@ -60,6 +61,22 @@ in the table above.
6061
If you configure this attribute in `opts` with your package manager, like so,
6162
your list will replace `stopinsert.nvim` defaults.
6263

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+
6380
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
6481

6582
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)