asyncrun.extra icon indicating copy to clipboard operation
asyncrun.extra copied to clipboard

Extra runners for asyncrun to run your command in Tmux/Gnome-terminal panel, xterm, Floaterm and more.

Results 2 asyncrun.extra issues
Sort by recently updated
recently updated
newest added

Running ":AsyncRun -mode=term -pos=floaterm ls -la" shows error " 'ls' is not recognized as an internal or external command' ![image](https://user-images.githubusercontent.com/72021635/108030451-d9042c00-7061-11eb-979f-1ea182cd8e46.png) Here below is my partial .vimrc setting: ``` let opts...

Using command `:AsyncRun -mode=term -pos=floaterm -position=bottomright -width=0.4 echo 123\\n456` on vim: ![image](https://user-images.githubusercontent.com/13653522/106988285-5d28fa80-67aa-11eb-8975-c86aafe23b66.png) Using command `:AsyncRun -mode=term -pos=floaterm -position=bottomright -width=0.4 echo 123\\n456` on neovim: ![image](https://user-images.githubusercontent.com/13653522/106988337-89447b80-67aa-11eb-8eba-f650c02453cf.png)