Skip to content

Commit

Permalink
Update Vim listchars
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Oct 14, 2014
1 parent b502dd7 commit d074ad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vim/vimrc
Expand Up @@ -4,7 +4,6 @@ set linebreak " ...but when I do, I wrap whole wor
set t_Co=256 " Support for xterm with 256 colors
set number " Show line numbers
set ruler " Show ruler
set listchars=trail:.,tab:>-,eol " Change the invisible characters
set noswapfile " Don't create annoying *.swp files
set scrolloff=5 " Start scrolling the file 5 lines before the end of the window
set spelllang=en_au " Set default spelling language to English (Australia)
Expand All @@ -19,6 +18,9 @@ set autoread
set cursorline
set backspace=indent,eol,start " Make backspace behave rationally

" Change the invisible characters
set listchars=trail:.,tab:▸\ ,eol:¬,extends:❯,precedes:

" Searching
set hlsearch " Highlight searches
set incsearch " Highlight search results instantly
Expand Down

0 comments on commit d074ad0

Please sign in to comment.