Replies: 60 comments 59 replies
-
Yours looks way more impressing that mine - https://github.com/leeturner/vimrc/blob/master/ideavimrc I don't think I have seen the |
Beta Was this translation helpful? Give feedback.
-
This is mine: https://github.com/citizenmatt/dotfiles/blob/master/ideavimrc Nothing too scary. Set up defaults/vim-sensible type stuff, enable most of the ideavim extensions and add a few maps to IntelliJ actions. |
Beta Was this translation helpful? Give feedback.
-
My ~/.ideavimrc and ~/.vimrc: https://gist.github.com/vlasovskikh/23df313739ad00e57c0935d54c346806 |
Beta Was this translation helpful? Give feedback.
-
This is mine: https://gist.github.com/plateauu/2850b551c934f4168fa4f6b56e8fb087 |
Beta Was this translation helpful? Give feedback.
-
This is mine: https://github.com/q843705423/ideavimrc/blob/master/.ideavimrc |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/yaoqiangpersonal/ecf4a5b7bbe6c6d40edf2432f39288da |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/chylex/9a456a062bd19e29361fe8aeb90a8410 |
Beta Was this translation helpful? Give feedback.
-
nice share. |
Beta Was this translation helpful? Give feedback.
-
I love this thread 😄 Mine: https://github.com/ddadon10/dotfiles/blob/trunk/.vimrc#L82 Pretty standard, I also replaced vim back/forward with the one from IntellIJ |
Beta Was this translation helpful? Give feedback.
-
This is mine: https://gist.github.com/wangrunlin/bb97f80377db44a6fbb195eaa9759d83 |
Beta Was this translation helpful? Give feedback.
-
Here's mine: |
Beta Was this translation helpful? Give feedback.
-
Hey, does anyone knows how to map |
Beta Was this translation helpful? Give feedback.
-
Oh wow! Mapping CLion actions to vim shortcuts just made my day in a major way. I've set my <leader> to space bar and use this configuration in CLion: https://gist.github.com/d3rp/a24072e28224725a6e5359d303aba908 |
Beta Was this translation helpful? Give feedback.
-
my, with some emacs-like shortcuts |
Beta Was this translation helpful? Give feedback.
-
How can I map leader+leader to "Search Everywhere" in normal mode? Thanks. |
Beta Was this translation helpful? Give feedback.
-
When my focus (cursor) is in the terminal-debug-view, I cannot bring the focus back into the editor without using my mouse. Did someone solve this problem? |
Beta Was this translation helpful? Give feedback.
-
Easymotion motions instead of default |
Beta Was this translation helpful? Give feedback.
-
This is mine: https://github.com/KURANADO2/ideavim-config/blob/main/.ideavimrc |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/ilovejs/b80d0661f961b0b9ded4ef1d7d58c6f2 |
Beta Was this translation helpful? Give feedback.
-
Here's my configuration. I have added bits and pieces to the file over time. Still room for improvements, and I find new things to add to it all the time. https://github.com/OptimusCrime/ideavim/blob/master/ideavimrc |
Beta Was this translation helpful? Give feedback.
-
As much as I want to eagerly read others' configs and expand mine, I was looking for a systematic scalable approach that adheres to Vim grammar. AFAIK SpaceVim managed to do such a thing. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Instead of posting basic "hello-world" examples, consider sharing something unique about your ideavimrc files. For example, here’s mine:
![]() This is done by adding: autocmd Filetype vim set foldmethod=indent The above is included in my .vimrc, which I reuse between my Neovim and IntelliJ IDEA configs with: source ~/.vimrc |
Beta Was this translation helpful? Give feedback.
-
https://github.com/dbilici/IdeaVim The repo includes a detailed README and a link to an article I wrote on Medium about the process. I'd love to hear your thoughts! |
Beta Was this translation helpful? Give feedback.
-
Thanks all for the all impressive shared configuration of the ideavimrc. One keymap that looks like missing, and made me grab the mouse while altering the ideavimrc configuration, is:
|
Beta Was this translation helpful? Give feedback.
-
This is mine: https://github.com/sixdog06/vimrc/blob/main/ideavim |
Beta Was this translation helpful? Give feedback.
-
That's mine : https://gist.github.com/karimkod/ac39d065688f03b37e56030ef6551b70 |
Beta Was this translation helpful? Give feedback.
-
I like this thread, it helped me to build my own config for my needs. Here is mine:
|
Beta Was this translation helpful? Give feedback.
-
here is mine: https://github.com/cncsl/dotfiles/blob/main/ideavimrc I also use Astronvim, so my mappings are very similar to Astronvim. |
Beta Was this translation helpful? Give feedback.
-
Here’s mine: https://github.com/piacsek/dotfiles/blob/master/.ideavimrc The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Here you can share your cool
~/.ideavimrc
config or find some new ideas.Here you can find my personal configuration: https://gist.github.com/AlexPl292/50a3ff4cef1badcbb23436b22cbd3cf4
Beta Was this translation helpful? Give feedback.
All reactions