1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-05 18:34:03 +02:00

Add shortcut to ideajoin example

This commit is contained in:
David Dadon 2022-02-12 10:57:31 +01:00 committed by Alex Pláte
parent f03d574e86
commit 8d8809238c

View File

@ -1,6 +1,8 @@
Some examples of join command with `ideajoin` option enabled.
Put `set ideajoin` to your `~/.ideavimrc` to enable this functionality.
Now, you can press `shift+j` on a selected block of text to join the lines together.
* Automatic join concatenated lines:
```
@ -55,4 +57,4 @@ sb.append("a"); -> sb.append("a").append("b");
sb.append("b");
```
And other features provided by the plugins.
And other features provided by the plugins.