Vim
ph
- 명령행에서 자동완성안될때 set wildmode :set wildmenu가 훨씬 쓸만함
- :highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE (from here)
- 이미 읽은 파일의 인코딩 변경
:e ++enc=euc-kr
출처 - tab으로 편집 :help tabpage or :help tabe
- if you fix this options " set ic, set noic". it is somewhere sometimes teasing. when you are searching, insert '\c'(or '\C') at the end. (eg: /example\c will match with 'Example'). :help pattern