Fix screenrc

This commit is contained in:
Sergey 2016-08-12 17:31:35 +03:00
parent 9964695e1a
commit 5fdebe8c01
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
shell -$SHELL
hardstatus alwayslastline
hardstatus string '%{= kG}[%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][]'
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
startup_message off
autodetach on
altscreen on
defscrollback 1000
defscrollback 5000
term xterm
attrcolor b ".I"

2
.vimrc
View File

@ -98,7 +98,7 @@ let g:nerdtree_tabs_open_on_gui_startup = 0
let g:nerdtree_tabs_autoclose = 0
" Snipmate
imap <S-En> <Plug>snipMateNextOrTrigger
imap <S-Enter> <Plug>snipMateNextOrTrigger
" Syntastic
" let g:syntastic_ruby_checkers = ['mri']