Created
January 21, 2021 04:31
-
-
Save jsyeo/afcd34708a7b38436285c7a540fb352d to your computer and use it in GitHub Desktop.
IDEA vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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