Skip to content

Commit 06034f0

Browse files
author
skywind3000
committed
update doc
1 parent b595587 commit 06034f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ AsyncRun 提供足够的可能性和灵活性让你指定运行命令的各处
364364

365365
| Runner | 描 述 | 依 赖 | 链 接 |
366366
|-|-|-|-|
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) |
369369
| `xterm` | 在新的 xterm 窗口内运行 | xterm | [xterm.vim](autoload/asyncrun/runner/xterm.vim) |
370370
| `tmux` | 在一个新的 tmux 的 pane 里运行 | [Vimux](https://github.com/preservim/vimux) | [tmux.vim](autoload/asyncrun/runner/tmux.vim) |
371371
| `floaterm` | 在 floaterm 的新窗口里运行 | [floaterm](https://github.com/voldikss/vim-floaterm) | [floaterm.vim](autoload/asyncrun/runner/floaterm.vim) |

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ By default, AsyncRun is shipped with some popular runners:
378378

379379
| Runner | Description | Requirement | Link |
380380
|-|-|-|-|
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) |
383383
| `xterm` | run in a xterm window | xterm | [xterm.vim](autoload/asyncrun/runner/xterm.vim) |
384384
| `tmux` | run in a separated tmux split | [Vimux](https://github.com/preservim/vimux) | [tmux.vim](autoload/asyncrun/runner/tmux.vim) |
385385
| `floaterm` | run in a new floaterm window | [floaterm](https://github.com/voldikss/vim-floaterm) | [floaterm.vim](autoload/asyncrun/runner/floaterm.vim) |

0 commit comments

Comments
 (0)