atom-easy-motion-redux icon indicating copy to clipboard operation
atom-easy-motion-redux copied to clipboard

easy-motion-redux:words-select leaves me in visual mode?

Open rickalex21 opened this issue 3 years ago • 0 comments

Hello, thanks for taking the time to create this. I don't know why I go into visual mode after the command. After I enter the two letters it takes me to the location but it leaves me in visual mode. This is my keymap.cson file:

'atom-text-editor.vim-mode-plus.normal-mode':
  's': 'easy-motion-redux:words-select'

Any plans of supporting these?

map s <Plug>(easymotion-prefix)
map sj <Plug>(easymotion-w)
map sk <Plug>(easymotion-b)
map ss <Plug>(easymotion-bd-w)
map sl <Plug>(easymotion-bd-wl)

rickalex21 avatar May 19 '21 01:05 rickalex21