大家不知道有沒有在用vim 我來分享一下設定檔
" 指令歷史紀錄
set history=500
" 附檔名偵測插件縮排
filetype plugin on
filetype indent on
syntax enable
" 快速存檔
nmap <leader>w :w!<cr>
" W sudo存檔
command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
" highlight 搜尋結果
set hlsearch
" 顯示當前行數+相對行數
set nu rnu
" 顯示未完成指令
set showcmd
" incremental search
set incsearch
set smarttab
set expandtab
set tabstop=4
set softtabstop=4
set shitwidth=4
對阿 剩下懶得打了 psg幹你老師還我錢