Mark :sh[ell] as implemented in ROADMAP.md

This commit is contained in:
Jason 2020-07-18 01:55:37 -04:00
parent bca06cd994
commit 386ebb9d28
2 changed files with 6 additions and 6 deletions

View File

@ -495,11 +495,11 @@
## 外部命令
| 状态 | 命令 | 描述 |
| ------------ | ----------- | ----------------------------------------------------- |
| :arrow_down: | :sh[ell] | 开始一个 shell |
| :arrow_down: | :!{command} | 在 shell 中执行{command} |
| :arrow_down: | K | 使用'keyboard prg'程序在光标下查找关键字(默认: "man") |
| 状态 | 命令 | 描述 |
| ------------------ | ----------- | ----------------------------------------------------- |
| :white_check_mark: | :sh[ell] | 开始一个 shell |
| :white_check_mark: | :!{command} | 在 shell 中执行{command} |
| :arrow_down: | K | 使用'keyboard prg'程序在光标下查找关键字(默认: "man") |
## 执行范围

View File

@ -487,7 +487,7 @@ Since the list is too long, now we just put those already supported options here
| Status | Command | Description |
| ------------------ | ----------- | -------------------------------------------------------------------------- |
| :arrow_down: | :sh[ell] | start a shell |
| :white_check_mark: | :sh[ell] | start a shell |
| :white_check_mark: | :!{command} | execute {command} with a shell |
| :arrow_down: | K | lookup keyword under the cursor with 'keywordprg' program (default: "man") |