change colorscheme
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
let s:fontsize = 10
|
let s:fontsize = 10
|
||||||
function! AdjustFontSize(amount)
|
function! AdjustFontSize(amount)
|
||||||
let s:fontsize = s:fontsize+a:amount
|
let s:fontsize = s:fontsize+a:amount
|
||||||
:execute "GuiFont! Source\ Code\ Pro:h" . s:fontsize
|
:execute "GuiFont! Hack:h" . s:fontsize
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
noremap <C-ScrollWheelUp> :call AdjustFontSize(1)<CR>
|
noremap <C-ScrollWheelUp> :call AdjustFontSize(1)<CR>
|
||||||
@@ -17,6 +17,6 @@ noremap <kMinus> :call AdjustFontSize(-1)<CR>
|
|||||||
inoremap <C-kPlus> <Esc>:call AdjustFontSize(1)<CR>a
|
inoremap <C-kPlus> <Esc>:call AdjustFontSize(1)<CR>a
|
||||||
inoremap <C-kMinus> <Esc>:call AdjustFontSize(-1)<CR>a
|
inoremap <C-kMinus> <Esc>:call AdjustFontSize(-1)<CR>a
|
||||||
|
|
||||||
GuiFont! Source\ Code\ Pro:h10
|
GuiFont! Hack:h10
|
||||||
|
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|||||||
Reference in New Issue
Block a user