Change tab character in vim to something more os x friendly

main
Buddy Sandidge 12 years ago
parent d768350e70
commit 4f6b8f4e55

@ -121,7 +121,8 @@ set incsearch " BUT do highlight as you type you search phrase
set scrolloff=5 " Keep 5 lines (top/bottom) for scope set scrolloff=5 " Keep 5 lines (top/bottom) for scope
set sidescrolloff=5 " Keep 5 lines at the size set sidescrolloff=5 " Keep 5 lines at the size
set list " we do what to show tabs, to ensure we get them out of my files set list " we do what to show tabs, to ensure we get them out of my files
set listchars=tab:𝅔\ ,trail:… " show tabs and trailing whitespace "set listchars=tab:𝅔\ ,trail:… " show tabs and trailing whitespace
set listchars=tab:ˍ\ ,trail:… " show tabs and trailing whitespace
" ~\file[+] [type] [line,column] [number of lines] " ~\file[+] [type] [line,column] [number of lines]
set statusline=%F%m%r%h%w\ [%Y]\ [%03l,%03v]\ [%L] set statusline=%F%m%r%h%w\ [%Y]\ [%03l,%03v]\ [%L]

Loading…
Cancel
Save