|
|
|
Ask HN: Which VSCodeVim / IdeaVim keybindings you have?
|
|
1 points
by m0xai
1348 days ago
|
|
Hello, I'm using vim/neovim for several months and I really enjoy using it. But I'm not good at configuring it. So that's why I use VSCode and Intellij Idea for programming. After this intro, here is the question: Which quick actions, keybindings you use in your IdeaVim/VSCode configuration? I have just these and they are really helpful, nevertheless; I want more :) nmap ga <Action>(ShowIntentionActions)
nmap gh <Action>(ShowErrorDescription)
nmap gy <Action>(QuickImplementations)
map gn <Action>(QuickJavaDoc) |
|