Skip to content

Instantly share code, notes, and snippets.

View Xuyuanp's full-sized avatar
💭
I may be slow to respond.

Xuyuan Pang Xuyuanp

💭
I may be slow to respond.
  • Beijing
View GitHub Profile
" Sets how many lines of history VIM har to remember
set history=5000
" Use UTF-8 without BOM
set encoding=utf8 nobomb
set modeline
" Enable filetype plugin
set completeopt=longest,menu
" vim script
compare two strings
==? case-insensitive
==# case-sensitive
no matter what the user has set