mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 01:34:10 +02:00
Add shortcut to ideajoin example
This commit is contained in:
parent
f03d574e86
commit
8d8809238c
@ -1,6 +1,8 @@
|
|||||||
Some examples of join command with `ideajoin` option enabled.
|
Some examples of join command with `ideajoin` option enabled.
|
||||||
Put `set ideajoin` to your `~/.ideavimrc` to enable this functionality.
|
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:
|
* Automatic join concatenated lines:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -55,4 +57,4 @@ sb.append("a"); -> sb.append("a").append("b");
|
|||||||
sb.append("b");
|
sb.append("b");
|
||||||
```
|
```
|
||||||
|
|
||||||
And other features provided by the plugins.
|
And other features provided by the plugins.
|
||||||
|
Loading…
Reference in New Issue
Block a user