mirror of https://github.com/bjeanes/dotfiles.git
<silent> seems to be stopping this command from working?
parent
bccdcdb1ff
commit
28b34401d8
|
@ -22,7 +22,7 @@ syntax on
|
||||||
" Toggle show tabs and trailing spaces (,c)
|
" Toggle show tabs and trailing spaces (,c)
|
||||||
set listchars=tab:▸\ ,trail:·,eol:¬,nbsp:_
|
set listchars=tab:▸\ ,trail:·,eol:¬,nbsp:_
|
||||||
set fillchars=vert:\ ,fold:-
|
set fillchars=vert:\ ,fold:-
|
||||||
nnoremap <silent> <Leader>c :set nolist!<CR>
|
nnoremap <Leader>c :set nolist!<CR>
|
||||||
|
|
||||||
" Misc
|
" Misc
|
||||||
set switchbuf=useopen " Don't re-open already opened buffers
|
set switchbuf=useopen " Don't re-open already opened buffers
|
||||||
|
|
Loading…
Reference in New Issue