Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created January 31, 2015 07:46
Show Gist options
  • Save violetyk/7cec16925812a21ba043 to your computer and use it in GitHub Desktop.
Save violetyk/7cec16925812a21ba043 to your computer and use it in GitHub Desktop.
easymotionの設定
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