#1121 Tell people how to lint when leaving insert mode with Ctrl+C
This commit is contained in:
parent
584e0bc7f2
commit
a5f7f51c9a
11
doc/ale.txt
11
doc/ale.txt
@ -882,9 +882,16 @@ g:ale_lint_on_insert_leave *g:ale_lint_on_insert_leave*
|
|||||||
Type: |Number|
|
Type: |Number|
|
||||||
Default: `0`
|
Default: `0`
|
||||||
|
|
||||||
This option will make ALE run the linters whenever leaving insert mode when
|
When set to `1` in your vimrc file, this option will cause ALE to run
|
||||||
it is set to `1` in your vimrc file.
|
linters when you leave insert mode.
|
||||||
|
|
||||||
|
ALE will not lint files when you escape insert mode with |CTRL-C| by
|
||||||
|
default. You can make ALE lint files with this option when you use |CTRL-C|
|
||||||
|
with the following keybind. >
|
||||||
|
|
||||||
|
" Make using Ctrl+C do the same as Escape, to trigger autocmd commands
|
||||||
|
inoremap <C-c> <Esc>
|
||||||
|
<
|
||||||
|
|
||||||
g:ale_linter_aliases *g:ale_linter_aliases*
|
g:ale_linter_aliases *g:ale_linter_aliases*
|
||||||
*b:ale_linter_aliases*
|
*b:ale_linter_aliases*
|
||||||
|
Loading…
Reference in New Issue
Block a user