Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

试图丢掉鼠标 #341

Open
toFrankie opened this issue Jun 20, 2024 · 0 comments
Open

试图丢掉鼠标 #341

toFrankie opened this issue Jun 20, 2024 · 0 comments
Labels
2024 2024 年撰写 生活随笔 一些杂七杂八的文章

Comments

@toFrankie
Copy link
Owner

toFrankie commented Jun 20, 2024

指法练习:TypingClud

基础

三种模式

  • 普通模式:执行命令
  • 插入模式:编辑文本
  • 视图模式:高亮文本等
i    # 进入插入模式
v    # 进入视图模式
esc  # 从其他模式返回普通模式

光标移动

基础:

h    # 左
j    # 下
k    # 上
l    # 右

未完待续...

References

@toFrankie toFrankie added 2024 2024 年撰写 生活随笔 一些杂七杂八的文章 labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024 2024 年撰写 生活随笔 一些杂七杂八的文章
Projects
None yet
Development

No branches or pull requests

1 participant