linux中配置文件积累(screen)

来源:互联网 发布:美工的职业要求 编辑:程序博客网 时间:2024/06/06 09:33

screen:

vbell off
altscreen on
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'

vim:

set nocompatible
set autoindent
set smartindent
set backspace=2
set tabstop=4
set shiftwidth=4
set ruler
set expandtab
syntax on