From d3f4c573fc1a4e278e88959e5e757ad58a4dac53 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 28 Aug 2024 23:16:24 +0200 Subject: [PATCH] Increase ideavim scroll off to 8 from 1 --- home/.ideavimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.ideavimrc b/home/.ideavimrc index e8a96fb..eeaa079 100644 --- a/home/.ideavimrc +++ b/home/.ideavimrc @@ -7,7 +7,7 @@ "" -- Suggested options -- " Show a few lines of context around the cursor. Note that this makes the " text scroll if you mouse-click near the start or end of the window. -set scrolloff=1 +set scrolloff=8 " Make VIM use the system clipboard set clipboard+=unnamedplus @@ -43,7 +43,7 @@ map ta (FindInPath) map dr (Debug) map db (ToggleLineBreakpoint) -map s (Stop) +map ds (Stop) map gcc (CommentByLineComment) map gcb (CommentByBlockComment)