X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=dcd67bdb37d591fc736abacb60976206254cfcd6;hp=04ed529a0980814f228ef213cf97e93928e82586;hb=f558e6cbacb2a9ebf2834987a2356d340a229f9a;hpb=74182f6fc8472c6779f24f8337b9911a7bb6a5f3 diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 04ed529..dcd67bd 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -20,6 +20,7 @@ set hlsearch set cursorline set laststatus=2 +set scrolloff=4 set listchars=tab:»­,trail:·,eol:$ set virtualedit=block @@ -49,7 +50,7 @@ call pathogen#helptags() "Power saving tip: powertop-homepage -let &guicursor = &guicursor . ",a:blinkon0" +"let &guicursor = &guicursor . ",a:blinkon0" "According to vim help -- enable mouse in xterm... set mouse=a