Pull in some settings that were previously project specific.
Finding the list characters more generally useful as well as the bindings to toggle the plugins that do useful things in splits.
This commit is contained in:
parent
229a587bdc
commit
231f737ebf
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -27,5 +27,9 @@ set backspace=start,indent,eol
|
|||
set textwidth=80
|
||||
set anti enc=utf-8
|
||||
set listchars+=nbsp:¬
|
||||
set listchars+=tab:»·,trail:·
|
||||
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
nmap <F9> :NERDTreeToggle<CR>
|
||||
|
||||
color desert
|
||||
|
|
Loading…
Reference in a new issue