-
Notifications
You must be signed in to change notification settings - Fork 77
vim列编辑
hokein edited this page Dec 30, 2014
·
2 revisions
有时候需要多行编辑, 例如注释多行代码, 或者取消注释(虽然有插件支持,但插件不能插入特殊的字符). 此时可以借助vim的列编辑模式(可以允许同时编辑多行),具体的操作如下:
- 在normal模式下按
ctrl+v
进入列编辑模式 - 通过
hjkl
选中编辑的区域. -
shift+i
或者shift+a
- 输入要插入的内容.
-
ctrl+\[
或esc
or alt+鼠标,把光标放在列编辑块左上角, 按着alt键, 然后使用鼠标点击列编辑块右下角, 此时, 就会选中的块就会高亮.然后再接着上面的步骤3即可.
PS:MS的Virtual Studio也可以使用alt+鼠标编辑多行的.
LLVM/Clang
C/C++
- Get lower 32 bits from uint64
- How to unpack a std::tuple to a function with multiple arguments?
- {}-list Initialization
- Empty macro arguments
- 为什么能在函数中以by value方式返回unique_ptr?
- c++unsigned类型提升
- extern "C"
Linux
- ubuntu获取源码方法
- gcc/g++常用命令
- 浏览器导入安全证书
- ubuntu下宏包latex安装
- Bash Shell常用快捷键
- ubuntu把/tmp目录挂载到内存
- tar命令
- voyager12.04 apt-get install无法安装解决方法
- terminal shows git branch
- 编译GTK API源程序(附带pkg-config用法)
- ldconfig检查库是否存在
- Googletest Setup&Install
- Centos设置service开机自动启动
- CentOS create admin user
- 设置时区
- MySQL修改root密码
- MySQL常用命令
- Screen使用
- 环境变量
- Unity桌面环境的desktop文件
- zip和gzip文件区别
- Linux安全设置
Vim
- vim列编辑
- vim编辑二进制文件
- vim quickfix窗口
- Vim 批量操作
- Vim对多行重复操作
- mac下vim编译安装
- mac下vim taglist无效解决方法
- Vim 配置vim-airline
Tools
- gdb cgdb命令
- Source Insight添加.cc文件
- Source Insight快捷键
- GPT分区转MBR分区
- IRC工具Pidgin使用
- iTerm2 shortcuts
- MacOS shortcuts
- Compile/Run JUnitTest in Command Line
- Install Python2.7 on CentOS 6.4
- Install vmware tool on ubuntu server 12.04
- node-gyp Usage
- zsh中文乱码解决方法
- tmux快捷键
- 使用aria2突破百度云盘限速
- 配置 scheme编写环境
- How to list all available targets in ninja
Others
- CRLF换行符
- Git autocrlf设置
- Git reflog数据恢复命令
- how to migrate from SVN repo to Git repo
- Git submodule使用
- Git Pull强制更新
Chromium-Dev tips