t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

Cursor resetting when using vim visual and atom search. #872

Closed AlbinDaleby closed 7 years ago

AlbinDaleby commented 7 years ago

I recently switched from Sublime Text to Atom and something I frequently did in vim was select a word (vim visual) with either cmd-d or vims: v+i+w.

In that case I want my cursor to move to the word that was currently highlighted, not the first word which I selected. GIF below.

Is there a some setting or something that I'm missing?

vimsearch

Check list

t9md commented 7 years ago

You are correct. will check what's happening.