Fix screenrc

This commit is contained in:
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 shell -$SHELL
hardstatus alwayslastline 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 startup_message off
autodetach on autodetach on
altscreen on altscreen on
defscrollback 1000 defscrollback 5000
term xterm term xterm
attrcolor b ".I" 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 let g:nerdtree_tabs_autoclose = 0
" Snipmate " Snipmate
imap <S-En> <Plug>snipMateNextOrTrigger imap <S-Enter> <Plug>snipMateNextOrTrigger
" Syntastic " Syntastic
" let g:syntastic_ruby_checkers = ['mri'] " let g:syntastic_ruby_checkers = ['mri']