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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ There can be some options before your `[cmd]`:
161
161
162
162
| Option | Default Value | Description |
163
163
|-|-|-|
164
-
|`-mode=?`| "async" | specify how to run the command as `-mode=?`, available modes are `"async"` (default), `"terminal"` (in internal terminal), `"bang"` (with `!` command) and `"os"` (in external os terminal), see [running modes](#running-modes) for details. |
164
+
|`-mode=?`| "async" | specify how to run the command as `-mode=?`, available modes are `"async"` (default), `"bang"` (with `!` command) and `"terminal"` (in internal terminal), see [running modes](#running-modes) for details. |
165
165
|`-cwd=?`|`unset`| initial directory (use current directory if unset), for example use `-cwd=<root>` to run commands in [project root directory](#project-root), or `-cwd=$(VIM_FILEDIR)` to run commands in current buffer's parent directory. |
166
166
|`-save=?`| 0 | use `-save=1` to save current file, `-save=2` to save all modified files before executing. |
167
167
|`-program=?`|`unset`| set to `make` to use `&makeprg`, `grep` to use `&grepprt` and `wsl` to execute commands in WSL (windows 10) |
@@ -258,7 +258,6 @@ The default behavior is to run async command and output to quickfix window. Howe
258
258
| async | default behavior, run async command and output to quickfix window |
259
259
| bang | same as `!`|
260
260
| term | open a reusable internal terminal window and run your command |
261
-
| os | (windows only) open a new cmd.exe window and run your command in it |
262
261
263
262
For more information, please see [here](https://github.com/skywind3000/asyncrun.vim/wiki/Specify-how-to-run-your-command).
264
263
@@ -272,6 +271,7 @@ AsyncRun is capable to run commands in Vim/NeoVim's internal terminal with the `
272
271
-`-pos=bottom`: open the terminal below the current window.
273
272
-`-pos=left`: open the terminal on the left side.
274
273
-`-pos=right`: open the terminal on the right side.
274
+
-`-pos=external`: use an external terminal (windows only).
0 commit comments