[Vim] How to open multiple file in Vim [Vim] How to open multiple file in Vim :bn (next buffer) :bp (previous buffer) :buffers (list open buffers) :b<n> (open buffer n) :bd (delete b…Read More
[VIM] Display BIG5 into vim editor
vim ~/.vimrc
set fileencodings=utf8,big5,gbk,latin1
set fileencoding=big5
set <C-u>=^U
set <C-b>=^B
map <C-u> :set fileencoding=ut…Read More
0 意見:
張貼留言