Enable ideajoin setting in ideavimrc - makes the J command in IdeaVim use IDE smarts
This commit is contained in:
parent
7a2b294a63
commit
5434b45078
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
set ideajoin
|
||||||
set surround
|
set surround
|
||||||
|
|
||||||
inoremap jj <Esc>
|
inoremap jj <Esc>
|
||||||
|
|
Loading…
Reference in a new issue