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)