aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/easymotion.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/easymotion.vim')
-rw-r--r--.vim/after/plugin/easymotion.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/.vim/after/plugin/easymotion.vim b/.vim/after/plugin/easymotion.vim
index 5b243c5..440df48 100644
--- a/.vim/after/plugin/easymotion.vim
+++ b/.vim/after/plugin/easymotion.vim
@@ -21,18 +21,6 @@ nmap <space><space> <Plug>(easymotion-overwin-line)
map <space>n <Plug>(easymotion-bd-n)
nmap <space>n <Plug>(easymotion-bd-n)
-map <space>w <Plug>(easymotion-bd-w)
-nmap <space>w <Plug>(easymotion-overwin-w)
-
-map <space>e <Plug>(easymotion-bd-e)
-nmap <space>e <Plug>(easymotion-bd-e)
-
-map <space>f <Plug>(easymotion-bd-f)
-nmap <space>f <Plug>(easymotion-overwin-f)
-
-map <space>s <Plug>(easymotion-bd-f2)
-nmap <space>s <Plug>(easymotion-overwin-f2)
-
nmap <space>/ <Plug>(easymotion-bd-fn)
nmap <space>; <Plug>(easymotion-repeat)