Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kugarocks committed Oct 20, 2024
1 parent a05340c commit 7f9d3eb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions content/zh-cn/tech/dev-env/nvim.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,17 @@ return {
* 转换窗口:`Ctrl+w+h/l`
* 进入目录:`Ctrl+]`
* 隐藏文件:`Ctrl+h`
* 新建文件:`a` + 文件名,带 `/` 表示目录。
* 删除文件:`d` + `y`
* 新建终端:`:term`
* 缓冲列表:`:ls`
* 切换缓冲:`:b [num]`
* 新建文件:`a` + 文件名,带 `/` 表示目录
* 剪切文件:`x`
* 粘贴文件:`p`
* 删除文件:`d` + `y`
* 新建终端:`:term`
* 缓冲列表:`:ls`
* 切换缓冲:`:b [num]`
* 左插窗口:`Ctrl+v`,编号为 `a`/`b`
* 上插窗口:`Ctrl+x`,编号为 `a`/`b`
* 挂起进程:`Ctrl+z`
* 恢复进程:`fg`
## 退出终端的插入模式
Expand Down

0 comments on commit 7f9d3eb

Please sign in to comment.