Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
71 views

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 ...
Varity Colgate's user avatar
0 votes
0 answers
48 views

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, ...
mike27's user avatar
  • 1,151
0 votes
0 answers
42 views

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 ...
geckos's user avatar
  • 6,449
2 votes
1 answer
125 views

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: ...
Lester's user avatar
  • 1,537
1 vote
0 answers
75 views

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....
thr0ne's user avatar
  • 11
2 votes
0 answers
404 views

In VSCode I can set keybindings.json like this: { "key": "j", "command": "selectNextSuggestion", "when": "suggestWidgetMultipleSuggestions &&...
Blackbird's user avatar
0 votes
1 answer
70 views

I try below mapping but it doesn't jump to method. nnoremap <D-M> ]m How to do it in IdeaVim?
ikhvjs's user avatar
  • 6,087
0 votes
1 answer
90 views

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 ...
Ramon Vermeulen's user avatar
1 vote
1 answer
204 views

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 <...
escapingSamsara's user avatar
0 votes
0 answers
88 views

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 ...
Antoine Barthes's user avatar
0 votes
0 answers
597 views

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 ...
user22409146's user avatar
1 vote
0 answers
795 views

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 ...
zackary jing's user avatar
0 votes
1 answer
987 views

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 ...
dordos's user avatar
  • 3
0 votes
1 answer
52 views

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 ...
A Mehmeto's user avatar
  • 2,057
1 vote
1 answer
935 views

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 ...
nocnoc's user avatar
  • 361
1 vote
1 answer
98 views

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 ...
Hyden Polikoff's user avatar
0 votes
2 answers
513 views

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 ...
Alex's user avatar
  • 13
0 votes
2 answers
4k views

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.
Manny's user avatar
  • 109
1 vote
0 answers
275 views

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 ...
Syv's user avatar
  • 11
1 vote
0 answers
110 views

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 ...
Tudou's user avatar
  • 11
1 vote
2 answers
246 views

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 :...
rwxe's user avatar
  • 55
2 votes
0 answers
204 views

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 ...
Egor Letov's user avatar
6 votes
1 answer
666 views

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 ...
Finn's user avatar
  • 2,785
2 votes
1 answer
330 views

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 <...
MyrionSC2's user avatar
  • 1,318
0 votes
0 answers
94 views

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 ...
walker's user avatar
  • 329

1
2 3 4 5 6