@@ -38,7 +38,6 @@ CONTENTS *easymotion-contents*
38
38
Custom mappings ................. | easymotion-custom-mappings |
39
39
Leader key .................. | easymotion-leader-key |
40
40
Custom keys ................. | easymotion-custom-keys |
41
- Autocommands .................... | easymotion-autocommands |
42
41
License ............................ | easymotion-license |
43
42
Known bugs ......................... | easymotion-known-bugs |
44
43
Contributing ....................... | easymotion-contributing |
@@ -1140,29 +1139,6 @@ Example: >
1140
1139
See | easymotion-plug-table | for a table of motions that can be mapped
1141
1140
and their default values.
1142
1141
1143
- ------------------------------------------------------------------------------
1144
- Autocommands *easymotion-autocommands*
1145
- *EasyMotionPromptBegin* *EasyMotionPromptEnd*
1146
-
1147
- EasyMotion invokes two | User | autocommands, | EasyMotionPromptBegin | and
1148
- | EasyMotionPromptEnd | , so you can temporarily disable your linter to avoid
1149
- annoying syntax errors.
1150
-
1151
-
1152
- EasyMotionPromptBegin Before the content of buffer is changed with
1153
- markers. If EasyMotion directly jumps to the
1154
- target (no prompts given), this autocommand will
1155
- not be executed.
1156
-
1157
- EasyMotionPromptEnd After the content of buffer and the undo tree are
1158
- restored.
1159
-
1160
- Example with coc.nvim: >
1161
-
1162
- autocmd User EasyMotionPromptBegin silent! CocDisable
1163
- autocmd User EasyMotionPromptEnd silent! CocEnable
1164
- <
1165
-
1166
1142
==============================================================================
1167
1143
License *easymotion-license*
1168
1144
0 commit comments