File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ AsyncRun 提供足够的可能性和灵活性让你指定运行命令的各处
364
364
365
365
| Runner | 描 述 | 依 赖 | 链 接 |
366
366
| -| -| -| -|
367
- | ` gnome ` | 在新的 Gnome 终端里运行 | GNome | [ gnome.vim] ( autoload/asyncrun/runner/gnome.vim ) |
368
- | ` gnome_tab ` | 在另一个 Gnome 终端的 Tab 里运行 | GNome | [ gnome_tab.vim] ( autoload/asyncrun/runner/gnome_tab.vim ) |
367
+ | ` gnome ` | 在新的 Gnome 终端里运行 | GNOME | [ gnome.vim] ( autoload/asyncrun/runner/gnome.vim ) |
368
+ | ` gnome_tab ` | 在另一个 Gnome 终端的 Tab 里运行 | GNOME | [ gnome_tab.vim] ( autoload/asyncrun/runner/gnome_tab.vim ) |
369
369
| ` xterm ` | 在新的 xterm 窗口内运行 | xterm | [ xterm.vim] ( autoload/asyncrun/runner/xterm.vim ) |
370
370
| ` tmux ` | 在一个新的 tmux 的 pane 里运行 | [ Vimux] ( https://github.com/preservim/vimux ) | [ tmux.vim] ( autoload/asyncrun/runner/tmux.vim ) |
371
371
| ` floaterm ` | 在 floaterm 的新窗口里运行 | [ floaterm] ( https://github.com/voldikss/vim-floaterm ) | [ floaterm.vim] ( autoload/asyncrun/runner/floaterm.vim ) |
Original file line number Diff line number Diff line change @@ -378,8 +378,8 @@ By default, AsyncRun is shipped with some popular runners:
378
378
379
379
| Runner | Description | Requirement | Link |
380
380
| -| -| -| -|
381
- | ` gnome ` | run in a new gnome terminal | GNome | [ gnome.vim] ( autoload/asyncrun/runner/gnome.vim ) |
382
- | ` gnome_tab ` | run in a new gnome terminal tab | GNome | [ gnome_tab.vim] ( autoload/asyncrun/runner/gnome_tab.vim ) |
381
+ | ` gnome ` | run in a new gnome terminal | GNOME | [ gnome.vim] ( autoload/asyncrun/runner/gnome.vim ) |
382
+ | ` gnome_tab ` | run in a new gnome terminal tab | GNOME | [ gnome_tab.vim] ( autoload/asyncrun/runner/gnome_tab.vim ) |
383
383
| ` xterm ` | run in a xterm window | xterm | [ xterm.vim] ( autoload/asyncrun/runner/xterm.vim ) |
384
384
| ` tmux ` | run in a separated tmux split | [ Vimux] ( https://github.com/preservim/vimux ) | [ tmux.vim] ( autoload/asyncrun/runner/tmux.vim ) |
385
385
| ` floaterm ` | run in a new floaterm window | [ floaterm] ( https://github.com/voldikss/vim-floaterm ) | [ floaterm.vim] ( autoload/asyncrun/runner/floaterm.vim ) |
You can’t perform that action at this time.
0 commit comments