Skip to content

Commit

Permalink
添加Vim技巧
Browse files Browse the repository at this point in the history
  • Loading branch information
971230 committed Dec 4, 2024
1 parent ce2f0b9 commit 083e9a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/开始阅读/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ hide:
- <a class="navigation" href="小Tips/">九、开发中的小Tips</a>
- [x] <a class="navigation" href="小Tips/Windows/">Windows相关</a>
- [x] <a class="navigation" href="小Tips/Linux/">Linux相关</a>
- [ ] <a class="navigation" href="小Tips/Vim/">Vim相关</a>
- <a class="navigation" href="网站所有样式/">十、网站样式展示</a>
- [x] <a class="navigation" href="网站所有样式/demo/">网站样式展示</a>
12 changes: 12 additions & 0 deletions docs/开始阅读/小Tips/Vim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 和Vim相关的
description: 和Vim相关的
---

## 操作技巧

### 默认设置
1.在命令行模式,敲 `gg`光标会到文本第一行的第一个字符前
2.在命令行模式,敲`G`光标会到文本的末尾的最后一个字符后
3.在命令行模式,敲`dG`会删除光标所在后的所有文本内容
4.在命令行模式,敲`dd`删除光标所在行文本
3 changes: 2 additions & 1 deletion docs/开始阅读/小Tips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ icon: material/tooltip-plus
收集记录一些开发中可能会有用的小Tips, 啥类型的都可以放。

- <a class="navigation" href="Windows/">① Windows</a>
- <a class="navigation" href="Linux/">② Linux</a>
- <a class="navigation" href="Linux/">② Linux</a>
- <a class="navigation" href="Vim/">③ Vim</a>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ nav:
- 开始阅读/小Tips/index.md
- Windows相关: 开始阅读/小Tips/Windows.md
- Linux相关: 开始阅读/小Tips/Linux.md
- Vim相关: 开始阅读/小Tips/Vim.md
- 日常生活:
- 日常/index.md
- 文字:
Expand Down

0 comments on commit 083e9a1

Please sign in to comment.