I try to create a shortcut in my Neovim config:
map <F3> :ALEFix<CR> :update<CR>
or
map<F3> :ALEFix<bar> :update<CR>
but when I press F3
command, the shortcuts are not executed at the same time. By first press goes ALEFix
and by second update
. How can I create shortcut which will run ALEFix
and update
one after another by one press?