Last active
August 8, 2019 11:00
-
-
Save fowlie/4d63cecadd6bee326b5f9b99a5a4a98f to your computer and use it in GitHub Desktop.
My personal configuration file for IdeaVim
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
" vim-surround | |
set surround | |
" Selected IntelliSpace modules | |
source ~/intelli-space/spacemacs.vim | |
source ~/intelli-space/extra.vim | |
source ~/intelli-space/major.vim | |
source ~/intelli-space/hybrid.vim | |
" Map avy-goto-char-timer feature from KJump plugin | |
nmap <leader>jj :action KJumpAction<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment