vim
常用配置
set nu "显示行号
set tabstop=4 "tab键的宽度
set shiftwidth=4 "自动换行的宽度
set expandtab "把tab替换为空格
set autoindent "自动缩进
set fileencodings=utf-8,gb2312,gbk,gb18030 "定义打开文件使用的编码格式,按照顺序尝试
set hlsearch "搜索文本的时候高亮
批量删除
100dd #一次删除100行
nd #搜索后,删除到下一个关键字位置
windows下gitbash等设置光标不起作用
使用windows下的gitbash或者xtem等工具,在vimrc中设置光标不起作用,需要直接设置工具的配置。
右键->Options->Looks->Colours->Cursor设置光标颜色
右键->Options->Looks->Cursor设置光标形状