"Vim"의 두 판 사이의 차이
ph
잔글 |
잔글 |
||
1번째 줄: | 1번째 줄: | ||
* auto completion in command line mode. :help wildmode I am using <code>:set wildemode=list:longest</code> | * auto completion in command line mode. :help wildmode I am using <code>:set wildemode=list:longest</code> | ||
* :highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE (from [http://vim.wikia.com/wiki/Display_line_numbers here]) | * :highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE (from [http://vim.wikia.com/wiki/Display_line_numbers here]) | ||
− | * 이미 읽은 파일의 인코딩 변경 <code>:e ++enc=euc-kr</code> [http://kldp.org/node/32987 | + | * 이미 읽은 파일의 인코딩 변경 <code>:e ++enc=euc-kr</code> (from [http://kldp.org/node/32987 here]) |
* tab으로 편집 :help tabpage or :help tabe | * 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 | * 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 |
2011년 6월 17일 (금) 15:00 판
- auto completion in command line mode. :help wildmode I am using
:set wildemode=list:longest
- :highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE (from here)
- 이미 읽은 파일의 인코딩 변경
:e ++enc=euc-kr
(from here) - 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