dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit dbaae740b5c1fb7fd2242f71282225f84eef3dd1
parent ad8f6d8c9cae719c7f1b15ecd6e0c900a155f67a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun,  3 Apr 2016 20:20:55 -0700

change easymotion prefix to avoid conflict with <leader><leader>

Diffstat:
M.vimrc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -458,7 +458,9 @@ nmap <leader>FA zM " Use home row keys as Esc inoremap jk <Esc> -" + +map <leader>E <Plug>(easymotion-prefix) + " <Leader>f{char} to move to {char} "map <leader>f <Plug>(easymotion-bd-f) "nmap <leader>f <Plug>(easymotion-overwin-f)