Created
January 31, 2015 07:46
-
-
Save violetyk/7cec16925812a21ba043 to your computer and use it in GitHub Desktop.
easymotionの設定
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
NeoBundleLazy 'Lokaltog/vim-easymotion' | |
if neobundle#is_sourced('vim-easymotion') " {{{ | |
" ホームポジションに近いキーを使う | |
let g:EasyMotion_keys = 'hjklasdfgyuiopqwertnmzxcvbHJKLASDFGYUIOPQWERTNMZXCVB' | |
let g:EasyMotion_leader_key = "<Space>" | |
" 1 ストローク選択を優先する | |
let g:EasyMotion_grouping = 1 | |
" カラー設定変更 | |
hi EasyMotionTarget ctermbg=none ctermfg=red | |
hi EasyMotionShade ctermbg=none ctermfg=blue | |
endif " }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment