imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

More comfortable keymap #36

Closed glepnir closed 5 years ago

glepnir commented 5 years ago

if some keymaps doesnt comfortable you can talk to here.

glepnir commented 5 years ago
  1. Easymotion key. now is use leaderkey to trigger like <Space><Space>w , need double <Space>,so its comfortable or not? what do you think?
hewcaw commented 5 years ago

I think it's good, but when using with visual mode kind of slow. Is there anyway to optimize easymotion

glepnir commented 5 years ago

easymotion only work on nmap.

if dein#tap('vim-easymotion')
            nmap <Leader><Leader>w <Plug>(easymotion-w)
        nmap <Leader><Leader>f <Plug>(easymotion-f)
        nmap <Leader><Leader>b <Plug>(easymotion-b)
endif