o => open
y => yank
p => put
w => next word start
e => next word end
d => delete
dw => word
d$ => until end
x => delete character
a => append after cursor
A => append at end of line
0(zero) => move to start
$ => to end
r => replace character
R => lot charaters
ce/cw=> change until end of a word
c$ => change until end of line
% => find the matching sign
:s/old/new/g(lobal) => substitute
velect a section and then :s => only substitute in this section
:!ls => exec external cmd
:w FILENAME => write current working file to FILENAME
velect a section and :w FileName => write section to FileName
:r FileName => retrieve the content of FileName into currently woking file
:r !dir => retrieve the output of a cmd into current file
set option <= :set ic(ignore case)
:set hls(highlight search)
:set noic( no ignore case)
CTRL+D => show a list of possible cmds
分享到:
相关推荐
### Vim Tips 汇总知识点解析 #### Vim Tip 1: 使用“*”键进行高效搜索 在 Vim 编辑器中,`*` 键是一个非常实用但往往被忽略的功能。当你处于正常模式(Normal mode)时,按下 `*` 键可以搜索光标所在位置下的...
《PyPI官网下载:vimtips-0.2.2.tar.gz——探索Python库的宝藏》 在Python的世界里,PyPI(Python Package Index)扮演着至关重要的角色,它是Python开发者们分享和获取开源软件包的主要平台。这次我们要讨论的是一...
本主题“Python-vimtips从社区获取漂亮的Vim技巧”旨在分享从社区中收集的一些实用且美观的Vim使用技巧,以提升Python开发者的编辑体验。下面将详细介绍这些知识点: 1. **启动与退出Vim** - 启动Vim时,可以使用`...
学习vim: http://www.vim.org/ O cial site http://chronos.cs.msu.su/vim/newsgroup.html Newsgroup and Usenet http://groups.yahoo.com/group/vim Speci c newsgroup http://u.webring.com/hub?ring=vim VIM ...
【vimtips:Vim提示】 在编程和文本编辑的世界中,Vim是一个强大的、高度可配置的文本编辑器,以其高效的工作流程和丰富的插件系统而闻名。Vim的使用技巧,也就是“vimtips”,可以帮助用户提升编辑效率,实现更...
alfred2-vimtips-workflow Alfred 2 工作流从 vim-tips.com 获取随机 vim 提示 ##Requirement Alfred2 已安装。 ##Install 下载工作流并将其添加到 Alfred。 ##用法 键入“vimtips s”以获取一个随机的 vim ...
"Vim Tips - New Tab Replacement" 是一款专门为Chrome浏览器设计的扩展程序,旨在帮助用户在浏览网页的同时学习和熟悉Vim的命令。 这款插件将浏览器的新标签页转换为一个展示Vim提示的平台,每当用户打开一个新的...
vim使用进阶 使用vim提高你的文本编辑效率 目录 1. 目录 ........................................................................ 1 2. 序言 ..................................................................
以上就是对文件《Best+of+VIM+Tips(译注).pdf》中的VIM编辑器相关知识点的总结。VIM提供的这些替换命令和操作技巧可以大幅提高文本处理的效率,是学习VIM编辑器时需要掌握的重要内容。在实际使用中,合理运用这些...
最低分的资源 im is a fast and efficient text editor that will make you a ... This beloved bestseller has been revised and updated to Vim 7.4 and includes three brand-new tips and five fully revised tips.
实用的Vim提示显示在您的新标签页上。 每次打开新选项卡时,都会学习新的vim命令。 支持语言:English
#### VIM Tips详解 1. **光标移动**: - 使用方向键、`h`, `j`, `k`, `l`进行基本移动。 - 高级移动包括`w`, `b`, `e`, `ge`等,用于单词级别的跳转。 2. **搜索与替换**: - `/`和`?`用于向前或向后搜索。 - `%...
im is a fast and efficient text editor that will make you a faster and ... This beloved bestseller has been revised and updated to Vim 7.4 and includes three brand-new tips and five fully revised tips.
所有技巧都是从Vim Tips Wiki下载的,经过解析和格式化以使其看起来和工作方式类似于Vim原生帮助文件。 您可以使用:helpgrep搜索提示。 使用Ctrl-]跳转标签。 所有笔尖均以vtw-N格式编号和标记,其中N是笔尖数。 ...
为了帮助大家更好地掌握 Vim 的使用技巧,本文将对一份名为“VIM GREAT TIPS”的文档进行深入解读。该文档提供了一系列实用的 Vim 命令速查表,涵盖退出 Vim、移动文本、插入文本、删除文本等多个方面。 #### 二、...
- **Vim的各种窍门**: |tips.txt|。 - **(错误)信息及解释**: |message.txt|。 - **用户评价**: |quotes.txt|。 - **已知问题及扩展计划**: |todo.txt|。 - **Vim的开发**: |develop.txt|。 - **调试Vim**: |...
最后,`100-gdb-tips.pdf`可能包含GDB(GNU调试器)的使用技巧。GDB是一个强大的源代码级调试器,支持多种编程语言,如C、C++、Python等。了解如何设置断点、查看内存、单步执行代码、检查变量值等技巧,可以帮助...
vim_tips.txt VIM教程与学习资料汇总(2010-02-19更新) 善用佳软.htm Vim用户手册中文版72.pdf 史上最强的Vim 配置文件(修正版) - redguardtoo的专栏 - CSDN博客.htm 普通人的编辑利器——Vim_善用佳软_新浪...