zoukankan
html css js c++ java
Vim常用操作
Vim的三种模式
Vim有三种模式,分别是:
一般模式
编辑模式
命令行模式
常用操作
其中,
光标移动到行首,除了可以使用 "^" 外,"0" 也具有同样的效果。
光标移动到第一行,除了可以使用 "1G" 外,还可以使用 "gg"。
"num[space]" 可以使光标向右移动 num 字符。
"num[enter]" 可以使光标向下移动 num 行。
快速向下翻页:[ctrl]+[f], [ctrl]+[d]
快速向上翻页:[ctrl]+[b], [ctrl]+[u]
查看全文
相关阅读:
matplotlib formatters
matplotlib locators
mysql> 12 simple but staple commands
mysql--> find your databases' local position
ubuntu16.04安装caffe常见问题及其解决方案
gitlab使用说明
vim配置摘要
shell 提示符个性化设置
python拼接参数不确定的SQL时防注入问题--条件语句最后拼入
python_opencv ——图片预处里(二)
原文地址:https://www.cnblogs.com/outs/p/9462165.html
最新文章
superset|源码学习|BaseViz类(viz.py)
python|高级函数|filter|map|reduce|sorted
superset:源码阅读
淘宝镜像
获取resource下文件
小数相加精度问题,保留两个小数位
获取时间戳
mui mui.plusReady() 事件中的变量问题;
mui 多文件上传至spring mvc 服务器
mui input 标签focus():事件
热门文章
mui 中template 的使用
mui 开发中的与java后端的连接
MarkDown快速入门
hello
matplotlib TransformWrapper
matplotlib Transform
matplotlib TransformedBbox 和 LockableBbox
matplotlib Bbox类
matplotlib BboxBase类
matplotlib TransformNode类
Copyright © 2011-2022 走看看