diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:13:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:13:57 +0200 |
commit | 02532c86364d9103a22789e4fb6a7ba6ef8dbf85 (patch) | |
tree | db8bc88ce78c63212eae62329be32619a24d3eea | |
parent | 0e7111161bad89fd72d1fc63ee261fe5977dc328 (diff) | |
download | dotfiles-02532c86364d9103a22789e4fb6a7ba6ef8dbf85.tar.xz |
vim: set scrolloff=1
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ set undofile " save undo's after file closes set mouse=a " enable mouse in all modes set shortmess+=I " don't show the nag-screen set encoding=utf-8 " oh please, like this needs explanation -set showcmd +set showcmd " Show partial command in the last line of the screen +set scrolloff=1 " Minimum number of screen lines under/above the cursor " Use space as a leader map <space> <Leader> |