261 questions
0
votes
1
answer
71
views
How to make dd ignore empty lines but yank to system clipboard and delete non-empty lines in IdeaVim?
I’m customising my .ideavimrc in PyCharm (2025.2.2, IdeaVim plugin) and want the dd command to behave smarter.
Empty line (only whitespace): delete without yanking (black hole register).
Non-empty ...
0
votes
0
answers
48
views
Execute an action with parameters with IntelliJ IDEA IdeaVim
I have a mapping like this defined in the .ideavimrc file:
map <c-t> <Action>(ActivateTerminalToolWindow)
It activates the terminal window.
Is it possible to add a string parameter to it, ...
0
votes
0
answers
42
views
How to yank and paste multiple lines in IdeaVim inside CLion without replacing the below lines
If have this text
2
2
1
1
1
1
1
1
If I go to the first '2', press 'shift-v j yto yank both 2s lines, then move to the first 1 and paste withP`
I expected to have
2
2
2
2
1
1
1
1
1
1
But instead I ...
2
votes
1
answer
125
views
How to stop Goland (EAP) from removing newline inserted by Ideavim?
GoLand version: GoLand 2024.3 EAP
IdeaVim version: 2.17.0-eap.1
How to replicate: in an open file, just press o (the vim command to insert a newline after the current line, ex. line 10)
What happens: ...
1
vote
0
answers
75
views
How can I surround multiple lines with triple quotes in PyCharm IdeaVim?
Before using IdeaVim I would just select the lines of code with the mouse and press " 3 times to comment the entire section out. I would like to be able to do the same from visual mode in ideavim....
2
votes
0
answers
404
views
How can I use j/k to select next/previous completion suggestions in Intellij IDEA/CLion/RustRover(also use IdeaVim)?
In VSCode I can set keybindings.json like this:
{
"key": "j",
"command": "selectNextSuggestion",
"when": "suggestWidgetMultipleSuggestions &&...
0
votes
1
answer
70
views
How to map IdeaVim Command + Shift + m to ]m?
I try below mapping but it doesn't jump to method.
nnoremap <D-M> ]m
How to do it in IdeaVim?
0
votes
1
answer
90
views
IntelliJ plugin development - loop over only git tracked files
Currently I am working on an IntelliJ plugin, with this plugin I want to iterate over a list of files that are only tracked by git (so excluding the files in the .gitignores).
I am able to loop over ...
1
vote
1
answer
204
views
IdeaVim remapping not working for CloseActiveEditor
I'm using IdeaVim and WebStorm and I want to map closing the active editor to:
nnoremap <leader>tc :action CloseActiveEditor<CR>
and also map reopening the closed editor to:
nnoremap <...
0
votes
0
answers
88
views
Ideavim - Cannot re-select with 'gv' after using ':m' move command
In my .ideavimrc I am currently trying to implement a macro that allows me to move a selected block of code multiple time using J and K.
The problem is that gv doesn't give me back my old selection ...
0
votes
0
answers
597
views
Vim plugins on IdeaVim
I was using Vim in my computer, but recently I began using IntelliJ as IDE.
I was using some plugins in my Vim such as UltiSnips, vimtex, through vim-plug.
the problem is to transfer the plugins into ...
1
vote
0
answers
795
views
How to use shortcut keys to run the current individual cpp file in CLion?
I want to clarify that answering is not as simple as pressing Ctrl + Shift + F10. When using CLion, if I am working on a cpp project, indeed I can directly run the entire project using the ...
0
votes
1
answer
987
views
Is it possible to change the cursor color per mode in Ideavim?
Is it possible to change the cursor color per mode in Ideavim?
I am currently using IdeaVim in pycharm.
When I write code, the cursor shape and color are the same for visual and normal mode, which is ...
0
votes
1
answer
52
views
Unable to set repeatable key for IdeaVim for WebStorm
I'd like to get the repeatable key enable on IdeaVim so that I can hold j or k to browse a file a in Vim fashion.
But I'd like to disable it only for WebStorm as I need the press and hold feature for ...
1
vote
1
answer
935
views
How to map custom ideavim keybinds to only normal mode?
In ideavim normal mode, I would like to switch between my tabs and splitters similarly to how it is in the firefox extension vimium. My current solution has been to use caps lock if I wanted to type ...
1
vote
1
answer
98
views
Unmap Control t in ideavimrc
I'm sure this is an awfully simple question but I'm just trying to unmap control + t from vim so I can use the default shortcut for renaming in intelliJ. Can anyone help me out?
So for I've tried ...
0
votes
2
answers
513
views
Move to specific line and column in one command
Let's say we have a text file that is very long and has many lines. I want to move to 30th line and 15th column in this file.
Are there any VIM commands that could be used to move to mentioned line ...
0
votes
2
answers
4k
views
Action for "Find in Files" in JetBrains IDEs
In JetBrains IDEs, Main Menu | Edit | Find | Find in Files.... On Mac it has Cmd + Sift + F shortcut.
Does anybody know what action it is? I could not find it in IntelliJ action list.
1
vote
0
answers
275
views
Is there a way to create my own ideavim plugin?
I would like to use with my emulated vim in jetbrain's IDE, some plugins that can be used with the original vim.
But as far as I know, only a small handful of plugins are compatible with ideaVim.
So I ...
1
vote
0
answers
110
views
why goland+vim+visual select it to delete it
I use Goland to write GO programs, and use the VIm plug-in, I find that when in Visual mode, any extension causes deletion. For example, when I press V and then E, I want to check to the end of the ...
1
vote
2
answers
246
views
What‘s the action command name of Goland "go to interface" in ideavim
I'm using Ideavim in Goland, and I trying to configure the key mapping in .ideavimrc. I searched the Ideavim ActionList on web, and did not find a command name for "go to interface". Run :...
2
votes
0
answers
204
views
Mappings for Project Sidebar with IdeaVim
I've got some experience with this cool IdeaVim plugin and CLion and was pretty satisfied with it, but I am having a trouble which torments me at the moment.
Is there an ability to add custom mappings ...
6
votes
1
answer
666
views
Display search count in IdeaVim
Below is the UI of Rider search with Cmd + F. But I'm using the IdeaVim plugin, I want a similar UI to count the current match when I perform a search with / or ? but can't find the config to display ...
2
votes
1
answer
330
views
Mapping language specific chars with modifiers in ideavim
I am having a difficult time mapping some of my language specific keys (danish keys æøå) in ideavim. It works fine when i map without modifies eg. nmap æ / but when I try to map with alt eg. nmap <...
0
votes
0
answers
94
views
After adding the -XX:+PrintTenuringDistribution parameter, the idea console prints the content to force a newline
I tried adding the jvm parameter to print some content, but when I add the -XX:+PrintTenuringDistribution parameter, the console output is forced to wrap. If this parameter is not added, it is not ...