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

Vim简介 #43

Open
Ray-56 opened this issue Aug 12, 2021 · 0 comments
Open

Vim简介 #43

Ray-56 opened this issue Aug 12, 2021 · 0 comments
Labels

Comments

@Ray-56
Copy link
Owner

Ray-56 commented Aug 12, 2021

Vim Cheat Sheet

Vim 是用 vi 发展出来一个文本编辑器。

由于 Vim 的学习曲线比较陡峭,所以 Vim 为初学者提供了教学。通常可以在命令行下输入vimtutor进入。在 Vim 中输入:help user-manual进入用户手册

模式

6 种基本模式和 5 种派生模式

基本模式

  • 普通模式
  • 插入模式
  • 可视模式
  • 选择模式
  • 命令行模式
  • Ex模式

派生模式

  • 操作符等待模式
  • 插入普通模式
  • 插入可视模式
  • 插入选择模式
  • 替换模式

See Also

@Ray-56 Ray-56 added the Vim label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant