Last active
March 26, 2022 09:59
-
-
Save g10guang/41171f900c5393a964eecad336c62782 to your computer and use it in GitHub Desktop.
.ideavimrc
This file contains hidden or 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
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