Skip to content

Instantly share code, notes, and snippets.

@arvinsim
Created March 27, 2023 06:17
Show Gist options
  • Select an option

  • Save arvinsim/04be6d6caeedece140cad35a363e2cab to your computer and use it in GitHub Desktop.

Select an option

Save arvinsim/04be6d6caeedece140cad35a363e2cab to your computer and use it in GitHub Desktop.

Revisions

  1. arvinsim created this gist Mar 27, 2023.
    13 changes: 13 additions & 0 deletions .ideavimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    // 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)