Skip to content

Instantly share code, notes, and snippets.

@shepherd44
Created December 9, 2021 23:36
Show Gist options
  • Save shepherd44/019470fe19a7f26edddeb2639b74c95c to your computer and use it in GitHub Desktop.
Save shepherd44/019470fe19a7f26edddeb2639b74c95c to your computer and use it in GitHub Desktop.
jetbrain ideavim plugin setting
set hlsearch
set scrolloff=3
set showmode
set history=1000
set surround
set commentary
set easymotion
" easy system clipboard copy/paste
noremap <space>y "*y
noremap <space>Y "*Y
noremap <space>p "*p
noremap <space>P "*P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment