


Today I will introduce to you two very commonly used vim plug-ins for fast movement within the page and paired editing.
easymotion
We know that the vim editor can move up and down by pressing h/j/k/l, and use the / keyword to search , use the w and e keys to move quickly between words, use f{char} to search within a line, and so on. However, none of these have a way to move quickly across the page.
Today I introduce easymotion, a quick movement plug-in. With it, you can go wherever you want. The plug-in github address is: https://github.com/easymotion/vim-easymotion
Similarly, we use the vim-plug plug-in to install it. Then add a line of mapping to the configuration file
nmap ss
Did you notice that what we need here is recursive mapping, not non-recursive mapping. After configuring it, we can use it. The following demonstrates how to use it to complete the function of quickly moving on the page.
As shown in the picture, we want to quickly move to the layui position on line 9. If you don't use easymotion, you need to use vim's built-in search, enter
/layui
and then use n/N to move up and down. If you use easymotion, it will be simpler and faster. Just press two ss and enter la.
You can see that the interface is different now. All positions matching la are marked in red, and each block has its own corresponding letter. . As long as we press the corresponding letter, we can quickly jump to the specified position.
vim-surround
In daily work, we often encounter pairs of editors. For example, replace the single quotes in the string with double quotes. At this time, if there is no paired editing plug-in, it will be more troublesome. You need to modify it twice to complete the requirements.
Now, let’s install the plug-in first. The plug-in github address is https://github.com/tpope/vim-surround.
After the installation is completed, let me talk to you about how to use it. It will be mainly explained from three aspects: paired modification, paired addition, and paired deletion.
Now, we want to replace the double quotation marks in the where in line 25 with single quotation marks. How to do it.
First move the cursor to any character in ""
Enter cs"'; cs (c means change), which means changing the double Change the quotation marks to single quotation marks
If you want to delete the double quotation marks in pairs, what should you do?
Move the cursor to "" Enter ds" on any character
, d means delete
The double quotes have been deleted, but now you need to add double quotes. How to do it
Move the cursor to i
Enter ysiw"
The above is the detailed content of Recommend two very practical vim plug-ins - quick positioning and paired editing. For more information, please follow other related articles on the PHP Chinese website!

如何在iPad键盘上将CapsLock重新映射为ESC准备好让CapsLock成为iPad上的ESC键了吗?这是您需要做的所有事情:在iPad上打开“设置”应用转到“常规”,然后转到“键盘”转到“硬件键盘”选择“修改键”选择“CapsLockKey”并选择“Escape”作为修饰键现在您已准备好通过按CapsLock在iPad上试用新的硬件ESC键。转到任何使用Escape键的应用程序,您可以立即对其进行测试,例如vi/vim。现在您可以使用物理键盘从

删除偶数行的方法如下::g/^/+1d上面用到了:gbobal命令,gbobal命令格式如下::[range]global/{pattern}/{command}global命令实际上是分成两步执行:首先扫描[range]指定范围内的所有行,给匹配{pattern}的行打上标记;然后依次对打有标记的行执行{command}命令,如果被标记的行在对之前匹配行的命令操作中被删除、移动或合并,则其标记自动消失,而不对该行执行{command}命令。{command}可以是一个ex命令,也可以是用|分隔

在 PHP 开发中,使用 Vim 是非常普遍的。然而,在 Alpine Linux 中安装 Vim 可能会遇到一些问题。本篇文章将分享如何在 Alpine Linux 上安装 Vim。

前言vim是个强大的文本编辑的工具,在Linux端得到极大的使用热度。最近在另外一台服务器上使用vim时,遇到了一个奇怪的问题:当我将本地编写好的脚本复制并粘贴到服务器中的空白文件时,出现了自动缩进的情况。用个简单的例子来说,就是我在本地写的脚本如下:aaabbbcccddd当我将上述内容复制后,粘贴到服务器中的空白文件后得到的却是:aabbbcccddd很明显,这是vim给我们自动进行了格式缩进。但是,这个自动有点不智能。这里记录下解决方案。解决方案:设置.vimrc配置文件我们在家目录下,新

在CentOS操作系统中,smbclient和vim是两个非常常用的工具,smbclient是一个用于与SMB/CIFS服务器进行通信的客户端工具,而vim是一款强大的文本编辑器,本文将详细介绍如何在CentOS上安装smbclient和vim,并提供一些相关的使用技巧。1.打开终端并以root用户身份登录。2.运行以下命令以更新系统软件包列表:```yumupdate3.运行以下命令以安装smbclient:yuminstallsmbclient4.系统将提示您确认安装,按下y键并按下回车键以

Vim分屏功能是通过分割窗口来实现的,这是提高工作效率的一大利器。无论我们想同时显示两个文件,或者同时显示一个文件的两个不同的位置,又或者并排比较两个文件,等等,这些都能通过分屏来实现,这样子很方便代码的比对和复制粘贴。

CentOS用vim/vi给文件加密和解密一、利用vim/vi加密:优点:加密后,如果不知道密码,就看不到明文,包括root用户也看不了;缺点:很明显让别人知道加密了,容易让别人把加密的文件破坏掉,包括内容破坏和删除;vi编辑器相信大家都很熟悉了吧,vi里有一个命令是给文件加密的,举个例子吧:1)首先在root主目录/root/下建立一个实验文件text.txt:[root@www~]#vim/vitext.txt2)进到编辑模式,输入完内容后按ESC,然后输入:X(注意是大写的X),回车;3)


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version
