justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.24k stars 88 forks source link

Vim sneak acts up when using fzf popup windows #259

Closed dagadbm closed 4 years ago

dagadbm commented 4 years ago

Hey Justin,

I have tried using vim sneak on my default workflow but i just cannot get used to it I am guessing it is just me.

Either way, I found some pesky bugs when using fzf popup windows.

if you start typing really fast before the popup window has loaded vim sneak starts working and you lose the cursor on the pop up window forcing you to either click with the mouse on the window or do a ctrl w o.

I am not sure this is something easily fixable or not but I thought I should do my share for open source and let you know :)

using floating window with fzf is way easier now you just need to add this: let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8, 'xoffset': 0.5, 'yoffset': 0.2, 'border': 'rounded' } }

dagadbm commented 4 years ago

Never mind.. Even after uninstalling it I still get the same problem. not related to sneak..