当前位置:网站首页>VIM usage guide
VIM usage guide
2022-07-06 02:00:00 【m0_ forty-six million four hundred and twenty-seven thousand tw】
vim Use guide
Basic operation
- Set label :
:set nu
- Split screen operation :
- Split screen :
:sp test2.cpp
- Cursor moves to the next split screen :
ctrl+w+j
- Move the cursor to the previous screen :
ctrl+w+k
- Close the current split screen :
:wq
- Move between lines :
- Move to first line :
gg
- Move to 10 That's ok :
10g
- Move to the last 1 That's ok :
G
- Moved to the beginning of a line :
0
- Moved to the end of each line :
$
边栏推荐
- 抓包整理外篇——————状态栏[ 四]
- 2022 PMP project management examination agile knowledge points (8)
- Online reservation system of sports venues based on PHP
- leetcode3、實現 strStr()
- Computer graduation design PHP animation information website
- How to use C to copy files on UNIX- How can I copy a file on Unix using C?
- [network attack and defense training exercises]
- Basic operations of database and table ----- set the fields of the table to be automatically added
- UE4 unreal engine, editor basic application, usage skills (IV)
- Computer graduation design PHP campus restaurant online ordering system
猜你喜欢
Leetcode skimming questions_ Sum of squares
Initialize MySQL database when docker container starts
Selenium waiting mode
[Jiudu OJ 09] two points to find student information
3D视觉——4.手势识别(Gesture Recognition)入门——使用MediaPipe含单帧(Singel Frame)和实时视频(Real-Time Video)
Basic operations of databases and tables ----- non empty constraints
Pangolin Library: subgraph
NLP fourth paradigm: overview of prompt [pre train, prompt, predict] [Liu Pengfei]
Computer graduation design PHP part-time recruitment management system for College Students
Virtual machine network, networking settings, interconnection with host computer, network configuration
随机推荐
Kubernetes stateless application expansion and contraction capacity
[depth first search] Ji Suan Ke: Betsy's trip
干货!通过软硬件协同设计加速稀疏神经网络
01.Go语言介绍
Redis-列表
Redis守护进程无法停止解决方案
Basic operations of database and table ----- delete data table
Social networking website for college students based on computer graduation design PHP
A Cooperative Approach to Particle Swarm Optimization
Card 4G industrial router charging pile intelligent cabinet private network video monitoring 4G to Ethernet to WiFi wired network speed test software and hardware customization
[depth first search notes] Abstract DFS
【Flask】静态文件与模板渲染
SPI communication protocol
Text editing VIM operation, file upload
500 lines of code to understand the principle of mecached cache client driver
2022年PMP项目管理考试敏捷知识点(8)
Selenium element positioning (2)
Format code_ What does formatting code mean
NLP第四范式:Prompt概述【Pre-train,Prompt(提示),Predict】【刘鹏飞】
Online reservation system of sports venues based on PHP