diff --git a/.vimrc b/.vimrc index 9ac45e8..227bef4 100644 --- a/.vimrc +++ b/.vimrc @@ -249,7 +249,7 @@ function! TagInNewTab() execute 'tag ' . word endfunction -nmap :call TagInNewTab() +map :call TagInNewTab() """"""""" " PASTE " @@ -395,7 +395,11 @@ let g:tex_flavor = "pdflatex" imap it Tex_InsertItemOnThisLine let g:Tex_DefaultTargetFormat="pdf" -colorscheme mycolor +if has('gui_running') + colorscheme darkblue +else + colorscheme mycolor +endif cnoremap sudow w !sudo tee % >/dev/null """""""""""