X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=dcd67bdb37d591fc736abacb60976206254cfcd6;hb=f558e6cbacb2a9ebf2834987a2356d340a229f9a;hp=04ed529a0980814f228ef213cf97e93928e82586;hpb=aec22b87b80b51cb00582669d9bde6edee564ab7;p=shutils.git 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