Skip to content

Instantly share code, notes, and snippets.

View DreamAndDead's full-sized avatar
🎯
Focusing

张大伟 DreamAndDead

🎯
Focusing
View GitHub Profile
@DreamAndDead
DreamAndDead / .vimrc
Created May 21, 2024 09:17
Rider IDE Ideavim plugin config
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Setting
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" show mode in status bar
set showmode
set showcmd
" Show a few lines of context around the cursor.
set scrolloff=8
set sidescrolloff=5