Adding visible line endings and trailing whitespace to vimrc.
This commit is contained in:
parent
cd1495bd21
commit
c37fdf2b56
2 changed files with 6 additions and 0 deletions
3
vim/.netrwhist
Normal file
3
vim/.netrwhist
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =1
|
||||
let g:netrw_dirhist_1='/home/dustinswan/dotfiles/vim/bundle/snipmate-snippets'
|
||||
3
vimrc
3
vimrc
|
|
@ -93,3 +93,6 @@ nmap <silent> <c-h> <c-w>h
|
|||
nmap <silent> <c-l> <c-w>l
|
||||
nmap <silent> <c-j> <c-w>j
|
||||
nmap <silent> <c-k> <c-w>k
|
||||
|
||||
" pretty line endings and trailing spaces
|
||||
set list listchars=trail:·,eol:·
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue