Increase ideavim scroll off to 8 from 1

This commit is contained in:
Martin Larsson 2024-08-28 23:16:24 +02:00
parent 34585fee74
commit d3f4c573fc

View file

@ -7,7 +7,7 @@
"" -- Suggested options -- "" -- Suggested options --
" Show a few lines of context around the cursor. Note that this makes the " 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. " 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 " Make VIM use the system clipboard
set clipboard+=unnamedplus set clipboard+=unnamedplus
@ -43,7 +43,7 @@ map <leader>ta <Action>(FindInPath)
map <leader>dr <Action>(Debug) map <leader>dr <Action>(Debug)
map <leader>db <Action>(ToggleLineBreakpoint) map <leader>db <Action>(ToggleLineBreakpoint)
map <leader>s <Action>(Stop) map <leader>ds <Action>(Stop)
map gcc <Action>(CommentByLineComment) map gcc <Action>(CommentByLineComment)
map gcb <Action>(CommentByBlockComment) map gcb <Action>(CommentByBlockComment)