当前位置:网站首页>VIM specifies the line comment and reconciliation comment
VIM specifies the line comment and reconciliation comment
2022-04-23 15:45:00 【Mo Chi_】
1.vim Bottom command mode
1.64 to 74 Insert... At the beginning of the line "#":
64, 74 s/^/#/g
64 #[Running] python -u "\Py\deco_1.py"
65 #enter deco3 (foo)
66 #enter deco2 (wrap_3)
67 #enter deco1 (wrap_2)
68 #enter wrapers_1 (2, 3)
69 #enter wrapers_2 (2, 3)
70 #enter wrapers_3 (2, 3)
71 #exit wrapper_3 result + 3:11
72 #exit wrapper_2 result + 1:12
73 #exit wrapper_1 result * 2:24
74 #24
1.64 to 74 Line header deletion "#":
64,74 s/^#//g
64 [Running] python -u "\Py\deco_1.py"
65 enter deco3 (foo)
66 enter deco2 (wrap_3)
67 enter deco1 (wrap_2)
68 enter wrapers_1 (2, 3)
69 enter wrapers_2 (2, 3)
70 enter wrapers_3 (2, 3)
71 exit wrapper_3 result + 3:11
72 exit wrapper_2 result + 1:12
73 exit wrapper_1 result * 2:24
74 24
2. Its essence is regular matching replacement
版权声明
本文为[Mo Chi_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231543352914.html
边栏推荐
- 负载均衡器
- Date date calculation in shell script
- Spark 算子之groupBy使用
- CVPR 2022 quality paper sharing
- C#,贝尔数(Bell Number)的计算方法与源程序
- Spark 算子之filter使用
- Partitionby of spark operator
- One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
- utils. Deprecated in35 may be cancelled due to upgrade. What should I do
- Redis主从复制过程
猜你喜欢
随机推荐
Use bitnami PostgreSQL docker image to quickly set up stream replication clusters
ICE -- 源码分析
Config组件学习笔记
基于 TiDB 的 Apache APISIX 高可用配置中心的最佳实践
Configuration of multi spanning tree MSTP
MySQL集群模式与应用场景
Pgpool II 4.3 Chinese Manual - introductory tutorial
Fastjon2他来了,性能显著提升,还能再战十年
大厂技术实现 | 行业解决方案系列教程
fatal error: torch/extension. h: No such file or directory
WPS品牌再升级专注国内,另两款国产软件低调出国门,却遭禁令
MySQL Cluster Mode and application scenario
Node. JS ODBC connection PostgreSQL
Spark 算子之sortBy使用
One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
What are the mobile app software testing tools? Sharing of third-party software evaluation
php类与对象
[leetcode daily question] install fence
The length of the last word of the string
网站建设与管理的基本概念