Matt Ellis
@citizenmatt.bsky.social
Developer Advocate at @jetbrains.com, working with gamedev, Rider, ReSharper and the other dotTools. Helped build the Unity support in Rider; contributor to IdeaVim; abuser of semicolons.
Decided to have a crack at some of the Vim builtin functions that haven't yet been implemented in IdeaVim. There are a load that are really straightforward, and once I've done a bunch, @intellijidea.com's AI Assistant kicks in and it's impressive how well it predicts what's next. Tab to accept!
February 18, 2025 at 9:11 PM
Decided to have a crack at some of the Vim builtin functions that haven't yet been implemented in IdeaVim. There are a load that are really straightforward, and once I've done a bunch, @intellijidea.com's AI Assistant kicks in and it's impressive how well it predicts what's next. Tab to accept!
Or now, you can <C-O> to temporarily switch to Visual, modify the selection (`F{char}` to move back to a char or even `?{text}` to search back for some text) and then IdeaVim will automatically switch back to Select and you can start typing to replace the new selection. Handy.
January 11, 2025 at 10:07 PM
Or now, you can <C-O> to temporarily switch to Visual, modify the selection (`F{char}` to move back to a char or even `?{text}` to search back for some text) and then IdeaVim will automatically switch back to Select and you can start typing to replace the new selection. Handy.