Fix screenrc
This commit is contained in:
@@ -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
2
.vimrc
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user