[vim]different color for gui
This commit is contained in:
parent
4f7dbfbaf5
commit
e705b0946c
8
.vimrc
8
.vimrc
@ -249,7 +249,7 @@ function! TagInNewTab()
|
|||||||
execute 'tag ' . word
|
execute 'tag ' . word
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
nmap <S-Enter> :call TagInNewTab()<CR>
|
map <S-CR> :call TagInNewTab()<CR>
|
||||||
|
|
||||||
"""""""""
|
"""""""""
|
||||||
" PASTE "
|
" PASTE "
|
||||||
@ -395,7 +395,11 @@ let g:tex_flavor = "pdflatex"
|
|||||||
imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine
|
imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine
|
||||||
let g:Tex_DefaultTargetFormat="pdf"
|
let g:Tex_DefaultTargetFormat="pdf"
|
||||||
|
|
||||||
colorscheme mycolor
|
if has('gui_running')
|
||||||
|
colorscheme darkblue
|
||||||
|
else
|
||||||
|
colorscheme mycolor
|
||||||
|
endif
|
||||||
cnoremap sudow w !sudo tee % >/dev/null
|
cnoremap sudow w !sudo tee % >/dev/null
|
||||||
|
|
||||||
"""""""""""
|
"""""""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user