Created
March 27, 2023 06:17
-
-
Save arvinsim/04be6d6caeedece140cad35a363e2cab to your computer and use it in GitHub Desktop.
Change Jetbrains IDE AceJump default if you are using IdeaVim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/acejump/AceJump | |
// https://stackoverflow.com/questions/46719530/how-do-i-tell-intellij-ideavim-to-re-source-the-ideavimrc | |
// IdeaVim users can choose to activate AceJump with a single keystroke (f, F and g are arbitrary) by running: | |
echo -e ' | |
" Press `f` to activate AceJump | |
map f <Action>(AceAction) | |
" Press `F` to activate Target Mode | |
map F <Action>(AceTargetAction) | |
" Press `g` to activate Line Mode | |
map g <Action>(AceLineAction) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment