8000 GitHub - PaulEthertonDP/lazy-idea: LazyVim key mappings for JetBrains IDEs. Making IdeaVim feel like home.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PaulEthertonDP/lazy-idea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lazy-idea

LazyVim key mappings for JetBrains IDEs. Making IdeaVim feel like home.

Prerequisites

Required plugins from the JetBrains Marketplace:

Installation

  1. Download the .ideavimrc file from this repository to your home directory:

    # Unix/Linux/macOS
    curl -Lo ~/.ideavimrc https://raw.githubusercontent.com/cufarvid/lazy-idea/refs/heads/main/.ideavimrc
    
    # Windows
    Invoke-WebRequest -OutFile "$HOME/.ideavimrc" -Uri https://raw.githubusercontent.com/cufarvid/lazy-idea/refs/heads/main/.ideavimrc
  2. Restart your JetBrains IDE

Development

Notes and Caveats

Roadmap

  • Add Which-Key labels for all mappings
  • Test all mappings side-by-side with LazyVim
  • Compare Which-Key popups with LazyVim
  • Improve Todo comments functionality

Future Considerations

Potential integrations with LazyVim features:

  • Flash
  • Noice
  • Trouble
  • Mini.diff
  • Harpoon
  • Outline
  • Markdown Preview

Issues and Limitations

  • Local leader key mappings are not currently supported by IdeaVim
  • Some LazyVim features don't have direct equivalents in JetBrains IDEs

Credits

About

LazyVim key mappings for JetBrains IDEs. Making IdeaVim feel like home.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0