Skip to content

Instantly share code, notes, and snippets.

@voxtex
Last active August 5, 2020 17:03
Show Gist options
  • Save voxtex/7ac24f5436d32022d8c7980d54032f51 to your computer and use it in GitHub Desktop.
Save voxtex/7ac24f5436d32022d8c7980d54032f51 to your computer and use it in GitHub Desktop.
.ideavimrc
imap jk <Esc>
set clipboard=unnamedplus
set gdefault
set hlsearch
set ignorecase
set incsearch
set relativenumber
set showcmd
set showmode
set smartcase
set visualbell
set idearefactormode=keep
set ideajoin
set ideamarks
set ReplaceWithRegister
set argtextobj
set commentary
set easymotion
set exchange
set highlightedyank
set multiple-cursors
set surround
set textobj-entire
let mapleader=" "
map <Leader> <Plug>(easymotion-prefix)
let g:argtextobj_pairs="(:),{:},[:],<:>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment