Skip to content

Instantly share code, notes, and snippets.

@voxtex
Last active August 5, 2020 17:03
Embed
What would you like to do?
.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