Thank you for this, I'm curious about vim to keep my hands on my keyboard but don't want to lose my fav Webstorm features
macojaune
if you post those short cuts on screen, its so easier for us to know how Vim works, not staring at flashing keyboard on right top corner.
jiaxushen
Actually I'm practising VIM through webstorm with Ideavim. Thanks for the video
sachindraragul
Regarding the last issue, or general improved mobility and making the full os more vim-like: mapping `right alt` / `right cmd` with h j k l to left down up right really helps.
tobi
I'm using windows, seems the ctrl + ] to escape with the popout menu doesn't work. doesn't anyone have the same problem?
breakersun
Hi Sebastian, thanks for making this video! I'm in the process of setting-up and learning IdeaVim and your tips have been super helpful. I have one question about the IDEA auto-closing braces, I was wondering if you could help.
For example, lets say I was to write the following code and right now I am in insert mode at the end of the semi colon. If I then wanted to add an else statement to this block, currently I am going back into normal mode, pressing 'w' and then 'a', and then continuing with the statement. Is there a way to do this without having to press 3 keys in a row? Maybe I'm missing something...
if (condition) {
doSomething();
}
jonnycoddington
Nice tutorial. The 'ideajoin' does not seem to work on CLion with Rust plugin. Is there any way I can get mode indicator (Normal/Insert/Visual) anywhere on status line?
jantonisito
I'd love to see a video that could convince IDEA power-users to use vim motions (because switching to nvim is a no-go for enterprise Java developers I suppose). Is this a +5% to productivity game or maybe more? You still have to use IDE-specific refactoring shortcuts and the navigation ones are awesome. I'd like to see some real productivity boosters having no IDEA counterpart etc. Avoiding using arrow keys is already a good thing, but I'd like to get a bit more than that.
This could be done only by someone who knows both worlds very well. I'm quite curious about that.
Thank you for awesome content :)
mateuszj
How did you get that smooth scroll when pressing j or k. I need to repetitevely press those keys in order to move up and down. I spent 2 weeks trying to get my NVIM setup and I just gave up lol. I'm hoping to at least get the vim motions working in this IDE.
CesarGomez-migg
gooD explanation! How can you show your keystroke on the screen? Which program you are using?
SM-texw
How did you move from code editor to the file explorer? Which shortcut?
TomerBenDavid
thank you for some content, I am struggling a little bit with figuring out my keybindings.
Like should I use ctrl + w for extend select, or just ctrl + w in for VIM.
Would you mind sharing your keybindings :)?
Futteman
Hi when I joining thwo line with Shift+j, it doesn't remove {} and also doesn't join the if conditions. Is there any extra configure required?
tony-ma
Thanks for the video Sebastian, I have been using IdeaVim, and there is something that bothers me alot, I cant find a way to remap the "Enter" to accept modifications of the code in some popups from the IDE, I Would like to accept those popups with ctrl+m, but I didnt find the way to remap Enter in the context of the popups, It would be very helpful if you can tellme some tip to deal with this
prueba
I’m also installed this pack after your video, but last two week I’m stacking in the first opened document and don’t know how to exit.
Gribozhuy
How long does it take to get use to vim?
pjguitar
where do i find or put the .ideavimrc file ?
ahmedifhaam
I recommend good app for Android: Vim master, really helpful
p.shpyro
Great video
Can you kindly share your ideavimrc file?
gayashanbc
Nice video, but using the IdeaVim I've noticed I can't use capital U to return the line to its original state.