so true

心怀未来,开创未来!
随笔 - 160, 文章 - 0, 评论 - 40, 引用 - 0
数据加载中……

vim必须的一些配置

set nocompatible
set nu
set expandtab
set tabstop=4
set shiftwidth=4
set cursorline
set list
set hlsearch
syntax on
set listchars=tab:>-,trail:-
highlight WhitespaceEOL ctermbg=magenta guibg=magenta
match WhitespaceEOL /\s\+$\|\t/
autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif
inoremap <C-h> <Left>
inoremap <C-j> <Down>
inoremap <C-k> <Up>
inoremap <C-l> <Right>
inoremap <C-a> <ESC>0i
inoremap <C-u> <ESC>A

posted on 2013-08-26 16:47 so true 阅读(300) 评论(0)  编辑  收藏 所属分类: Linux


只有注册用户登录后才能发表评论。


网站导航: