diff --git a/vimrc b/vimrc index c2c8ec8..f15125b 100644 --- a/vimrc +++ b/vimrc @@ -19,4 +19,8 @@ autocmd BufWritePre * %s/\s\+$//e " Display extra whitespace set list listchars=tab:»·,trail:· +" Copy paste about clipboard set mouse=v + +" Sepcial configurations +autocmd Filetype make setlocal noexpandtab