You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This plugin takes the advantage of new apis in Vim 8 (and NeoVim) to enable you
10
10
- Customizable runners and command modifiers brings you dark power of asyncrun.
11
11
- Fast and lightweight, just a single self-contained `asyncrun.vim` source file.
12
12
- Provide corresponding user experience in vim, neovim, gvim and macvim.
13
+
- Separated extension [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) to provide extra runners.
13
14
14
15
If that doesn't excite you, then perhaps this GIF screen capture below will change your mind.
15
16
@@ -300,6 +301,8 @@ The `-pos` field accepts an uppercase `TAB`, to create tab on the left of curren
300
301
301
302
Except the quickfix and internal terminal, AsyncRun is capable to run command in another tmux split or a new gnome-terminal window/tab with the advantage of [customizable runners](https://github.com/skywind3000/asyncrun.vim/wiki/Customize-Runner).
302
303
304
+
More extra runners can be found in the extension [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra).
305
+
303
306
### Terminal Name
304
307
305
308
There can be many commands running in the internal terminal, you can specify a name for each of them and receive it in `g:asyncrun_name`:
@@ -364,7 +367,7 @@ When `-mode` is `term` and `-pos` can used to represent runner name.
364
367
365
368
Runner function has only one argument: `opts`, it contains the options extracted from `:AsyncRun` command line, and `opts.cmd` stores current command.
366
369
367
-
There is a separated plugin[asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) which provide extra runners to run commands in `gnome-terminal`, `tmux`, `floaterm` and more. You can check this to see if it can fit your needs.
370
+
There is a separated extension[asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) which provide extra runners to run commands in `gnome-terminal`, `tmux`, `floaterm` and more. You can check this to see if it can fit your needs.
368
371
369
372
If you want to create new runners please visit project wiki: [customize runner](https://github.com/skywind3000/asyncrun.vim/wiki/Customize-Runner).
0 commit comments