About 147,000 results
Open links in new tab
  1. Linux vi/vim - 菜鸟教程

    什么是 vim? Vim 是从 vi 发展出来的一个文本编辑器。 代码补全、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但 …

  2. 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 …

  3. 告别 VS Code!2026 版 NeoVim 配置全攻略:30分钟打造 AI 编程神器

    5 days ago · 不仅仅是好看。 在此之前,让我们先打破一个误区: Neovim ≠ 那个难用的 Vim。 它是 Vim 的现代化重构版本,拥有: 内置 LSP(语言服务器):代码补全和跳转跟 VS Code 一样智能。 Lua …

  4. 史上最全的vim指令汇总(超全面,超详细)_vim编辑器常用命令-CSD…

    掌握 Vim 指令是提升 Linux 文本编辑效率的关键! 本文汇总了史上最全的 Vim 指令,涵盖基本操作、光标移动、编辑、查找替换及可视模式等,每个命令都有详细说明和示例。 无论是新手还是老手,都 …

  5. Linux系统编程:(七)Vim 编辑器完全指南:从入门到精通的全方位 …

    4 days ago · Vim编辑器是Linux系统必备的高效文本编辑工具,支持多模式操作、语法高亮、插件扩展等功能。本文详细介绍Vim安装配置、核心模式切换、光标移动、文本编辑、查找替换等操作技巧,以 …

  6. Linux 之 Vim 命令使用(详细总结) - 月映冷香如你 - 博客园

    Aug 20, 2025 · 1. Linux 之 Vim 命令使用(详细总结) 2025-08-20 2. grep 命令入门 2025-08-21 3. chattr和lasttr命令 2025-08-22 4. Linux的软链接和硬链接 2025-08-26 5. Linux的usermod命令详解 …

  7. 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 …

  8. Vim (text editor) - Wikipedia

    Vim provides both a terminal screen user interface as well as a graphical user interface (called gvim). Vim's documentation describes it as an improved form of the older vi text editor (though it is built …

  9. Vim - 维基百科,自由的百科全书

    Vim ... Vim 是从 vi 发展出来的一个 文本编辑器。 其代码补完、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。 和 Emacs 并列成为 类Unix系统 用户最喜欢的编辑器。 Vim的第一个 …

  10. Linux Vim 编辑器详解:从入门到进阶(含图示+插件推荐)-CSDN博客

    Jul 13, 2025 · 如果你厌倦了鼠标点来点去,不妨试试 Vim —— 一款专注于高效键盘操作的“终极利器”。 本文将带你全面了解 Vim 的基本概念、模式切换、常用命令、窗口管理,并附上图示和插件推荐, …