Skip to content

Commit

Permalink
Upgrade to latest EasyMotion plugin, and use ',,' for leader.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Apr 4, 2011
1 parent e2bbbdf commit 5cc7da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Expand Up @@ -127,6 +127,7 @@
[submodule "vim/bundle/easymotion"]
path = vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
ignore = dirty
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
2 changes: 1 addition & 1 deletion vim/bundle/easymotion
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -402,6 +402,8 @@ if has("autocmd")
" colorscheme. This prevents that from happening.
autocmd FileType vo_base :colorscheme solarized
endif
" EasyMotion {{{2
let g:EasyMotion_leader_key = ',,'

" Modelines: {{{1
" vim: nowrap fdm=marker
Expand Down

0 comments on commit 5cc7da2

Please sign in to comment.