Skip to content

Instantly share code, notes, and snippets.

@guori12321
Created October 29, 2013 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guori12321/7211967 to your computer and use it in GitHub Desktop.
Save guori12321/7211967 to your computer and use it in GitHub Desktop.
My `.vimrc.local` of `spf13`.
""""""""""" Encoding, to make sure the Chinese words looks nice
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
""""""""""" Common Setting
set wrap
set guifont=Menlo\ Regular:h28
set display=lastline
""""""""""" Mapping
imap <C-H> <Left>
imap <C-J> <Down>
imap <C-K> <Up>
imap <C-L> <Right>
map <F5> :!./compile.sh<Enter>
""""""""""" Bundle
"To close the Code checking of spf13
let g:pymode_lint = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment