Skip to content

Instantly share code, notes, and snippets.

@iamteem
Last active November 11, 2023 02:38
Show Gist options
  • Save iamteem/9745d919fffb2e2435f716ace5a455cb to your computer and use it in GitHub Desktop.
Save iamteem/9745d919fffb2e2435f716ace5a455cb to your computer and use it in GitHub Desktop.
ideavimrc
let mapleader=" "
set number
set relativenumber
set ideajoin
Plug 'easymotion/vim-easymotion'
set easymotion
Plug 'tpope/vim-surround'
set quickscope
Plug 'vim-matchit'
Plug 'chrisbra/matchit'
set matchit
inoremap kj <esc>
vnoremap kj <esc>
cnoremap kj <C-C>
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
set clipboard+=unnamed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment