ooo's vimrc
colorscheme evening
set fillchars=vert:\ ,stl:\ ,stlnc:\
set nu
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autochdir
set mouse=a
set autoindent
set list
set listchars=tab:\|\ ,trail:.,extends:>,precedes:<,eol:\
set bufhidden=hide
setlocal noswapfile
map <F1> <ESC> i
imap <F1> <ESC> i
imap <F9> <ESC> i
imap <F2> <ESC> :!printf "\033c" <CR> :wq <CR>
imap <F3> <ESC> :w <CR> :!printf "\033c" <CR> :w <CR> :!cat %<CR>
imap <F4> <ESC> :w <CR> :!printf "\033c" <CR> :!g++ -g -std=c++11 -O2 -Wall % -o %< && ./%<<CR>
imap <F5> <ESC> :vsplit <CR>:open
imap <F6> <ESC> :split <CR>:open
imap <F7> <ESC> :tab split <CR>:open
imap <F8> <ESC> :close <CR>i
map <F8> <ESC> :close <CR>
imap <C-d> <ESC> :delete <CR>i
imap <C-e> <ESC>:browse w<CR>i
imap <C-t> <ESC>:u<CR>i
imap <C-y> <ESC>:red<CR>i
map <C-S-a> :!rm .*.sw*<CR>
:set pastetoggle=<C-b>
set nowrap
imap <C-f> <ESC>*i
map <C-f> <ESC>*i
map <C-d> :delete <CR>
map <BS> i<BS>
map <CR> i<CR>
map a ia
map b ib
map c ic
map d id
map e ie
map f if
map g ig
map h ih
map j ij
map k ik
map l il
map m im
map n in
map o io
map p ip
map q iq
map r ir
map s is
map t it
map u iu
map v iv
map w iw
map x ix
map y iy
map z iz
map 1 i1
map 2 i2
map 3 i3
map 4 i4
map 5 i5
map 6 i6
map 7 i7
map 8 i8
map 9 i9
map 0 i0
map # i#
map % i%
map ^ i^
map & i&
map ( i(
map ) i)
map - i-
map _ i_
map = i=
map + i+
map { i{
map [ i[
map } i}
map [ i[
map ; i;
map \ i\
map " i"
map ' i'
map , i,
map < i<
map . i.
map > i>
map / i/
map ? i?
ooo's vimrc的更多相关文章
- 如何设置Vimrc
.title { text-align: center } .todo { font-family: monospace; color: red } .done { color: green } .t ...
- vimrc
我的vimrc https://github.com/juandx/vimrc 当然得装vundle git clone https://github.com/VundleVim/Vundle.vim ...
- Linux上 .vimrc文件
在Linux上面对VIM编辑器的格式的设置通常可以提升工作效率,下面对工作机器上的.vimrc文件的内容进行一总结,以备后续的查询 set smarttab set tabstop=4 set shi ...
- ubuntu 配置vim(vimrc)
打开终端:ctrl+alt+t 进入vim文件:cd /etc/vim 打开vimrc文件:sudo gedit vimrc 然后在行末if语句前加上下面的内容," 这个符号为注释,后面内 ...
- vi/vim使用进阶: vimrc初步
本节所用命令的帮助入口: :help compatible :help mapleader :help map :help autocmd 当vim在启动时,如果没有找到vimrc或gvimrc,它缺 ...
- 我的vim配置文件.vimrc
我的vim配置文件.vimrc map <silent> <F10> :TlistToggle<cr>map <silent> <F8> : ...
- 我用的/etc/vimrc
" 映射非数字/字母键, 如:ctrl,shift, alt, home,end,功能键F1~F12, 要把这些键用尖括号括起来!如: map <F3> :NERDTree< ...
- .vimrc文件配置及航意
1. vimrc文件常见语句释义 设定 tab 的位置 :set tabstop=4 输入 tab 时自动将其转化为空格 :set expandtab ...
- Linux: .vimrc
set nuset autoindentset cindent"set tabstop=2"set shiftwidth=2set cursorlineset hlsearch&q ...
随机推荐
- WUSTOJ 1318: 区间的连通性(Java)
题目链接:
- 模板模式(Template Pattern)
模板模式(Template Pattern) -- 定义一个操作中的算法的骨架,而将一些步骤延迟到子类中.Template Method使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤. ...
- Spring Cloud Alibaba学习笔记(13) - Spring Cloud Stream的监控与异常处理
Spring Cloud Stream监控 Spring Boot Actuator组件用于暴露监控端点,很多监控工具都需要依赖该组件的监控端点实现监控.而项目集成了Stream及Actuator后也 ...
- 查看IIS错误日志
部署在IIS中的程序,难免出现数据产生异常 在事件查看器中,可以看出来具体的错误信息,代码定位
- C# 微信消息模板 发送
项目要用到微信提醒 ,加上调转到小程序页面,或者 指定url 用到 RestSharp.Senparc.Weixin 类库 一开始直接照着微信示例直接post进去 发现一直提示 47001 ,估计 ...
- SqlServer2008 / SqlServer2012 禁用windows登录,sa忘记密码或密码过期如何登陆
以管理员身份运行cmd 1.cmd 下 停止SqlServer服务,net stop mssqlserver: 2.新建windows账号test,加入administrators组里,授予管理员权 ...
- iOS开发微信支付的介绍与实现
1.前期准备 1) 到微信开放平台注册账号 需要登录邮箱验证 填写您的商户信息 2) 进入管理中心 --- 移动应用 --- 创建移动应用 --- 根据页面完善应用资料 3) 审核过后,通过应用详情页 ...
- springboot2集成swagger2出现guava包下的FluentIterable.append方法找不到
加入依赖 <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> <dependency> < ...
- centos 7.6 配置VNC
一.安装 1. 以root用户运行以下命令来安装vncserver; yum install tigervnc-server 2. 同样运行以下命令来安装vncviewer; yum instal ...
- Linux的desktop文件正常编写赋权,仍无法打开解决办法
Linux的desktop文件正常编写赋权,仍无法打开解决办法 如果你像我一样遇到了这个问题, 明明都没有问题, desktop文件不显示图标, 双击打开是文本编辑器, 同时也有执行权限 打开却是这样 ...