Skip to content

Instantly share code, notes, and snippets.

@arvinsim
Created March 27, 2023 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvinsim/04be6d6caeedece140cad35a363e2cab to your computer and use it in GitHub Desktop.
Save arvinsim/04be6d6caeedece140cad35a363e2cab to your computer and use it in GitHub Desktop.
Change Jetbrains IDE AceJump default if you are using IdeaVim
// 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