- Linux vi vim - 菜鸟教程
Vim 是从 vi 发展出来的一个文本编辑器。 代码补全、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。
- welcome home : vim online
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient It is included as "vi" with most UNIX systems and with Apple OS X
- 精通 VIM ,此文就够了 - 知乎
当前有很多优秀的 IDE 都支持安装 VIM 插件,原因就是使用它便捷,高效,很爽! 本文主要记录了 VIM 的一些常用使用技巧,方便随时查阅学习…
- Vim编辑器使用教程(非常详细,基础操作看一篇就够了)-CSDN博客
本文详细介绍了Vim编辑器的基础知识,包括其起源、不同模式(普通、插入、末行)的切换与操作,如文件路径选择、行号显示以及常用的编辑、移动和保存命令。
- Linux Vim 最全面教程:从入门到精通 - 季春二九 - 博客园
Vim 是一款功能强大且在 Linux 系统中广泛使用的文本编辑器。 它有着高效的编辑模式、丰富的快捷键以及众多强大的功能,对于想要深入学习 Linux 系统操作以及进行文本处理相关工作的新手来说,掌握 Vim 是很有必要的。
- The official Vim repository - GitHub
Vim is a greatly improved version of the good old UNIX editor Vi Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc
- download : vim online
The terminal version of Vim is included as "vi", you already have it It's lagging behind a bit though and has limited features, thus you may want to additionally install a recent version or one with more features
- Vim 入门教程 - 极客教程
注意 − 从现在开始,任何没有冒号的Vim命令都表示我们在命令模式下执行该命令。 插入模式 您可以使用此模式输入 编辑文本。 要从默认命令模式切换到插入模式,请按下i键。 它将在编辑器左下角显示当前模式。 一旦进入插入模式,我们可以输入任何文本。
|