Skip to content

Instantly share code, notes, and snippets.

@jsyeo
Created January 21, 2021 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsyeo/afcd34708a7b38436285c7a540fb352d to your computer and use it in GitHub Desktop.
Save jsyeo/afcd34708a7b38436285c7a540fb352d to your computer and use it in GitHub Desktop.
IDEA vimrc
set ignorecase
set smartcase
set scrolloff=8
" Integrate with system clipboard
set clipboard=unnamedplus,unnamed
let mapleader = " "
nmap <leader>p :action ParameterInfo<CR>
nmap <leader>g :action Generate<CR>
set rnu
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment