summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-05-13 14:07:51 -0400
committerJune McEnroe <programble@gmail.com>2015-05-13 14:07:51 -0400
commit2c0b762e2221cc648a1b7d1471718a4af13de778 (patch)
treed4377ff6bbc95520bad3ec5265655a0d3da2bc73 /.vimrc
parentTruncate RPROMPT with negative length (diff)
downloadsrc-2c0b762e2221cc648a1b7d1471718a4af13de778.tar.gz
src-2c0b762e2221cc648a1b7d1471718a4af13de778.zip
Set scrolloff=1
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c7a4c51e..349c1496 100644
--- a/.vimrc
+++ b/.vimrc
@@ -9,6 +9,9 @@ set hidden
 " Show cursor position and incomplete commands, always show status line.
 set ruler showcmd laststatus=2
 
+" Always show one extra line at the top or bottom of the window.
+set scrolloff=1
+
 " Search incrementally with smart case sensitivity, highlight all matches.
 set incsearch ignorecase smartcase hlsearch
 
eaf13277bb95ff7f3655e3f&follow=1'>Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe