update ideavimrc
This commit is contained in:
parent
3de61ca806
commit
c8d94c9da7
|
@ -7,6 +7,9 @@
|
|||
set number=true
|
||||
set relativenumber=true
|
||||
|
||||
" Use the clipboard for all operations
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" 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=5
|
||||
|
|
Loading…
Reference in a new issue