Skip to content

Instantly share code, notes, and snippets.

View yychen's full-sized avatar

Tom Chen yychen

View GitHub Profile
@yychen
yychen / .vimrc
Last active December 21, 2018 09:57
" set cin
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
" set textwidth=79
set shiftround
set autoindent
color koehler
filetype plugin indent on
@yychen
yychen / gist:5694142
Created June 2, 2013 16:59
.screenrc
# 關閉啟動訊息。
startup_message off
# 加入狀態列。
caption always "%{=u .r} %-w%<%{=ub .Y}%n %t%{=u .r}%+w "
hardstatus alwaysignore
hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .Y}$USER%{= .R}@%H %=%{= .m} %Y/%m/%d%{= .M} %0c "
# 將預設編碼設為 UTF-8。
defutf8 on