1
geeti 2015-03-05 23:58:17 +08:00
跟shell没关系,找个vimrc模板
|
3
feiandxs 2015-03-06 00:23:29 +08:00
nano 默认也是这样啊...而且我还没见过人给nano加theme的
所以还是.vimrc |
4
leo108 2015-03-06 00:27:13 +08:00
.vimrc内容改成下面的试试看
set nocompatible set history=100 filetype on syntax on highlight StatusLine guifg=SlateBlue guibg=Yellow highlight StatusLineNC guifg=Gray guibg=White set showmatch set matchtime=5 set autoindent set smartindent set cindent set tabstop=4 set softtabstop=4 set shiftwidth=4 set nu |
5
Melodic OP |
6
east 2015-03-06 15:33:35 +08:00 1
楼主的意思是,在终端用vim打开文本,再关闭,文本内容会滞留在终端上面。这样子把终端上前面的内容都覆盖了。我以前用的也有这问题,楼主慢慢折腾吧,忘了怎么弄好的了。目前用 iterm2 + fish shell.
|
7
Melodic OP |
8
acoada 2015-04-23 22:12:40 +08:00 via iPhone 1
|