:set tabstop=4
如果要設定縮排,是:
:set shiftwidth=4
設完這兩個,縮排就會是 4
:~$ vim --version | grep xterm +balloon_eval +folding +mouse_xterm +termguicolors +eval +mouse_dec +statusline +xterm_clipboard +ex_extra +mouse_gpm -sun_workshop -xterm_saveref:
find /home/user -type f -name 'important' -exec vi {} \;其中有說明..
" a combination of spaces and tabs are
" used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
:JavaBrowser
:set ffs=unix