diff --git a/doc/ale.txt b/doc/ale.txt index 2d08d68..707e2a7 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -809,6 +809,12 @@ upon some lines immediately, then run `eslint` from the ALE registry, and then call a lambda function which will remove every single line comment from the file. +For convenience, a plug mapping is defined for |ALEFix|, so you can set up a +keybind easily for fixing files. > + + " Bind F8 to fixing problems with ALE + nmap (ale_fix) +< Files can be fixed automatically with the following options, which are all off by default. @@ -833,6 +839,8 @@ ALEFix *ALEFix* Fix problems with the current buffer. See |ale-fix| for more information. + A plug mapping `(ale_fix)` is defined for this command. + ALELint *ALELint*