Last active
August 5, 2020 17:03
-
-
Save voxtex/7ac24f5436d32022d8c7980d54032f51 to your computer and use it in GitHub Desktop.
.ideavimrc
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
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