Table 2.4. Text Creation and Manipulation Commands |
Editing Action | Command |
Insert text at current position | i |
Insert text at beginning of line | I |
Append text at current position | a |
Append text at beginning of line | A |
Open new line below cursor for new text | o |
Open new line above cursor for new text | O |
Delete line and substitute text | S |
Overstrike existing characters with new text | R |
Join current and next line | J |
Toggle case | ~ |
Repeat last action | . |
Undo last change | u |
Restore line to original state | U |
Table 3.1. Movement Commands |
Movement | Command |
Scroll forward one screen. | ^F |
Scroll backward one screen. | ^B |
Scroll forward half screen. | ^D |
Scroll backward half screen. | ^U |
Scroll forward one line. | ^E |
Scroll backward one line. | ^Y |
Move current line to top of screen and scroll. | z RETURN |
Move current line to center of screen and scroll. | z. |
Move current line to bottom of screen and scroll. | z- |
Redraw the screen. | ^L |
Move to home—top line of screen. | H |
Move to middle line of screen. | M |
Move to bottom line of screen. | L |
Move to first character of next line. | RETURN |
Move to first character of next line. | + |
Move to first character of previous line. | - |
Move to first non-blank character of current line. | ^ |
Move to column n of current line. | n| |
Move to end of word. | e |
Move to end of word (ignore punctuation). | E |
Move to beginning of current sentence. | ( |
Move to beginning of next sentence. | ) |
Move to beginning of current paragraph. | { |
Move to beginning of next paragraph. | } |
Move to beginning of current section. | [[ |
Move to beginning of next section. | ]] |
Search forward for pattern. | /pattern |
Search backward for pattern. | ?pattern |
Repeat last search. | n |
Repeat last search in opposite direction. | N |
Repeat last search forward. | / |
Repeat last search backward. | ? |
Move to next occurrence of x in current line. | fx |
Move to previous occurrence of x in current line. | Fx |
Move to just before next occurrence of x in current line. | tx |
Move to just after previous occurrence of x in current line. | Tx |
Repeat previous find command in same direction. | ; |
Repeat previous find command in opposite direction. | , |
Go to given line n. | nG |
Go to end of file. | G |
Return to previous mark or context. | ` ` |
Return to beginning of line containing previous mark. | ' ' |
Show current line (not a movement command). | ^G |
相关推荐
vim常用命令速查 ,思维导图表示,方便快速记忆
自己整理的关于超强编辑器gVim的命令速查一览表!
vim常用命令速查手册,是png图片格式的,使用方便。
### vim命令速查卡知识点详解 #### 一、概述 Vim是一款强大的文本编辑器,在Linux及类Unix系统中广泛使用。本篇文章将基于提供的“vim命令速查卡”进行详细解析,帮助读者快速掌握Vim的核心功能与常用操作。 #### ...
#vim速查图(全网最高清),#vim速查表,#vim速查卡,具体见博客vim速查图(可能是全网最高清版本)_兴趣斗士的博客-CSDN博客 https://blog.csdn.net/BjarneCpp/article/details/110923086
本篇文章将通过解析五个最佳的Vim速查表,帮助你快速理解和掌握这个神器。 1. **基本操作**: - **启动与退出**:在命令模式下输入`i`进入插入模式,按下`Esc`返回命令模式。要退出Vim,可以在命令模式下输入`:q`...
VIM CHEATSHEET (中文速查表) - by skywind (created on 2017/10/12) # Version: 42, Last Modified: 2018/07/19 19:04 # https://github.com/skywind3000/awesome-cheatsheets
Beautiful Vim Cheat-Sheet by Max Cantor 非常NICE的vim速查表,高清5925*4125,在作者博客上售价25刀,参见:http://vimcheatsheet.com/
图形vi vim速查表和教程 学习vi或vim并不容易。但也不那么难。在任何情况下,它都比编辑任何其他编辑器更快、更强大、更高效,因此,您可以很好地投入时间和精力来学习它。 作为一个vi爱好者,我提出了一个想法,为...
以下是从给定文件内容中提取的知识点,涵盖Vim的基础使用技巧和高级功能。 1. Vim的几种模式: - 普通模式(Normal mode):这是Vim的默认模式,可以通过按Esc键从其他模式返回。在普通模式下,可以移动光标,执行...
速查表-vim包含内容: vim-cheatsheet.png 更好的内容在这里:vim速查图速查表(全网最高清,适合打印)-其它文档类资源-CSDN下载 https://download.csdn.net/download/BjarneCpp/13608675 VIM.docx
VIM教程,包括常用命名,新手上手必看,学习LINUX编程必须项
《笨方法学 Vim Script》是一本专为 Vim 用户编写的指南,旨在帮助用户深入理解并掌握 Vim 的内置脚本语言——Vim Script。通过实践和探索,你可以逐步提升在 Vim 编辑器中的效率和定制化能力。Vim Script 是 Vim ...
黑色 vim快捷键速查表,可以做桌面背景
【vim plugin vim changes to ide update】这一主题表明我们将探讨如何使用Vim插件来提升其作为集成开发环境(IDE)的功能。在这个过程中,我们将重点分析新增的三个插件:wintagexplorer.vim、echofunc.vim以及vimrc...
"vim-configure.tar.gz_vim_vim_configure" 是一个包含了 Vim 配置文件的压缩包,旨在帮助用户优化 Vim 的使用体验,提供自动提示、补全功能以及代码高亮等特性。 在 Vim 中配置这些功能,可以使编辑效率大幅提升。...
以下是在几种常见的Linux发行版中安装Vim的方法: 1. **Ubuntu/Debian**: 使用`apt`命令 ``` sudo apt-get update sudo apt-get install vim ``` 2. **Fedora/CentOS/RHEL**: 使用`yum`或`dnf`命令 ``` sudo...
在没有网络连接的情况下,为CentOS 7安装Vim需要通过手动下载所需软件包并使用本地安装方法。以下是离线安装Vim在CentOS 7中的详细步骤。 首先,你需要确保拥有一个包含所有必要依赖的软件仓库。CentOS 7的默认软件...
这份"VIM使用手册"包含了初级和高级两个部分,旨在帮助用户从基础到深入地掌握这款工具。 在初级篇中,你将学习如何启动VIM,进入编辑模式以及基本的文本操作。VIM有三种主要模式:命令模式、插入模式和底行模式。...