Increase ideavim scroll off to 8 from 1
This commit is contained in:
parent
34585fee74
commit
d3f4c573fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <leader>ta <Action>(FindInPath)
|
|||
|
||||
map <leader>dr <Action>(Debug)
|
||||
map <leader>db <Action>(ToggleLineBreakpoint)
|
||||
map <leader>s <Action>(Stop)
|
||||
map <leader>ds <Action>(Stop)
|
||||
|
||||
map gcc <Action>(CommentByLineComment)
|
||||
map gcb <Action>(CommentByBlockComment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue