vim: Display tab characters
This commit is contained in:
@@ -78,6 +78,9 @@ set wildmode=longest:full,full
|
|||||||
if (has('cmdline_info'))
|
if (has('cmdline_info'))
|
||||||
set showcmd
|
set showcmd
|
||||||
endif
|
endif
|
||||||
|
" Show whitespace characters
|
||||||
|
set list
|
||||||
|
set listchars=tab:>·
|
||||||
|
|
||||||
" Keybindings ##################################################################
|
" Keybindings ##################################################################
|
||||||
" Set leader key
|
" Set leader key
|
||||||
|
|||||||
Reference in New Issue
Block a user