首页  

vim颜色及行号设置     所属分类 linux 浏览量 1194
显示配色方案
ls /usr/share/vim/vim73/colors
README.txt	delek.vim	koehler.vim	peachpuff.vim	torte.vim
blue.vim	desert.vim	morning.vim	ron.vim		zellner.vim
darkblue.vim	elflord.vim	murphy.vim	shine.vim
default.vim	evening.vim	pablo.vim	slate.vim

vim ~/.vimrc

set nu 
colorscheme desert 
syntax on

vim 命令模式
显示行号   set nu
不显示行号 set nonu

 vim 使用技巧 

上一篇     下一篇
top命令使用

多核cpu使用查看

linux性能监控工具sysstat介绍

prometheus job 和 instance

rate与irate的区别

prometheus要点整理