Last active
July 26, 2020 07:44
-
-
Save resting/e6d4497ee1ad8d7fc365cfd9600f391f to your computer and use it in GitHub Desktop.
.ideavimrc
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
set easymotion | |
set surround | |
let mapleader="," | |
nmap <space> <Plug>(easymotion-jumptoanywhere) | |
nmap m <Plug>(easymotion-bd-jk) | |
nmap s <Plug>(easymotion-sn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment