当前位置:网站首页>Vim find character
Vim find character
2022-07-30 07:24:00 【A positive little salted fish】
1. Search from the beginning
Adjust vim to command mode
If the search string is "model", type the command in vim: "/model"
Press Enter and seeThe characters "model" that vim is looking for are highlighted from the beginning
Type lowercase "n" to see the next matching string
Type uppercase "N" to see the previous matching string
2.Search from the end
Adjust vim to command mode
If the search string is "model", type the command in vim: "?model"
Press enter to see what you want from the end of vimThe searched characters "model" are highlighted
Type lowercase "n" to see the next matching string
Type uppercase "N" to see the previous matching string
———————————————
Copyright statement: This article is an original article by CSDN blogger "Ghost Road 2022", and follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting.
Original link: https://blog.csdn.net/qq_38406029/article/details/114966834
边栏推荐
- QT每周技巧(3)~~~~~~~~~串口添加
- Cannnot download sources不能下载源码百分百超详细解决方案
- Sklearn : train_test_split()函数的用法
- 无法完成包的安装npm ERR! Refusing to install package with name “moment“ under a package also called “moment“
- C language, usage of qsort in library function, and explanation
- 干货:线上下单应知应会,快来了解下
- "R Language + Remote Sensing" Comprehensive Evaluation Method of Water Environment
- Kunlun State Screen Production (Serialization 2)---Basic Chapter (setting and display, serial transmission)
- 【已解决:el-input标签无法输入或不显示文字】
- 表格比手机屏幕宽时不压缩,可左右滚动,格子内容不换行
猜你喜欢
随机推荐
高集成度 MCU 市场增大,如何加速 BLDC 领域落地应用
IEEE在指定期刊下搜索相关论文
[Jiangsu University Self-Chemistry Association stm32F103c8t6] Notes [Entry 32 MCU and GPIO initialization parameter configuration]
2021年软考中级过关
动态规划进阶 JS
FPGA解析B码----连载1
The application of Meta analysis in the field of ecological environment
Antd简单启动一个企业级项目
QT连载2:基于QT和STM32H750的LORA试验平台(1)
二进制到汇编:进制,原码反码补码,位运算,通用寄存器,内存一套打通
Real-time waveform display of CAN communication data based on QT (serial eight) ==== "Sub function or new class calls ui control"
昆仑通态屏幕制作(连载5)---基础篇(串口接收,文本与灯显示)
服务器基础知识:包含基本概念,作用,服务器选择,服务器管理等(学习来自米拓建站)
js高级学习笔记(详细)
电子工程师怎么才能规范设计标准、提高设计效率?
关于 PCB 多层板制程能力不得不说的那些事儿
Insertion Sort in Classic Sort
This beta version of Typora is expired, please download and install a newer;解决方法
PCB 一分钟科普之你真的懂多层板吗?
关于map对key自定义排序









