Skip to content

Instantly share code, notes, and snippets.

@g10guang
Last active March 26, 2022 09:59
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 g10guang/41171f900c5393a964eecad336c62782 to your computer and use it in GitHub Desktop.
Save g10guang/41171f900c5393a964eecad336c62782 to your computer and use it in GitHub Desktop.
.ideavimrc
set incsearch
set hls
set smartcase
set ignorecase
set visualbell
set noerrorbells
set easymotion
let mapleader = ";"
" https://github.com/JetBrains/ideavim#executing-ide-actions
map gR <Action>(FindUsages)
map gr <Action>(ShowUsages)
map gi <Action>(GotoImplementation)
map <leader>w <C-w>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment