使用SecureCRT对Linux vim进行颜色设置
2008-04-25 12:03:16 来源:WEB开发网核心提示: linux的控制台颜色很好设置:Options ->session Options -> Terminal -> Emulation 中Terminal选择ANSI or linux or xterm,必须钩上 ANSI Colourvi的颜色设置,编辑~/.vimrc文件,使用SecureCRT对
linux的控制台颜色很好设置:Options ->session Options -> Terminal -> Emulation 中Terminal选择ANSI or linux or xterm,必须钩上 ANSI Colour
vi的颜色设置,编辑~/.vimrc文件,如下:(^[的输入方式是Ctrl+v然后Ctrl+[)
1 ” ============================================== 2 ” General settings 3 ” ============================================== 4 5 set nocp 6 set ru 7 set nu 8 ” 使用cindent 9 “set cin 10 “set cino = :0g0t0(sus 11 12 set sm 13 set ai 14 ” 缩近 15 set sw=4 16 set ts=4 17 ” 不展开tab为空格,反之set et 18 set noet 19 20 set lbr 21 set hls 22 “set backspace = indent , eol , start 23 “set whichwrap = b , s , < , > , [ , ] 24 “set fo+ = mB 25 set selectmode = 26 “set mousemodel = popup 27 set keymodel = 28 “set selection = inclusive 29 “set matchpairs+ = 30 31 ” ============================================== 32 ” Cursor movement 33 ” ============================================== 34 “nnoremap gj 35 “nnoremap gk 36 “vnoremap gj 37 “vnoremap gk 38 “inoremap gj 39 “inoremap gk 40 41 “nnoremap g$ 42 “nnoremap g0 43 “vnoremap g$ 44 “vnoremap g0 45 “inoremap g$ 46 “inoremap g0 47 48 “nmap :confirm bd 49 “vmap :confirm bd 50 “omap :confirm bd 51 “map! :confirm bd 52 53 ” 打开语法高亮 54 syntax on 55 ” 使用语法进行折叠 56 set foldmethod=syntax 57 58 if (has( ” gui_running ” )) 59 set nowrap 60 set guioptions+=b 61 colo inkpot 62 else 63 set wrap 64 colo ron 65 endif 66 67 ” 设置leader的快捷键,原来的“\”太远了,而且位置还不固定 68 “let mapleader = ” , ” 69 70 if !has(”gui_running”) 71 set t_Co=8 72 set t_Sf=^[[3%p1%dm 73 set t_Sb=^[[4%p1%dm 74 endif |
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
- ››Linux远程访问windows时,出现"连接被对端重...
- ››linux中使用head命令和tail命令查看文件中的指定行...
- ››linux swap 分区调控(swap分区 lvm管理)
更多精彩
赞助商链接