Closed kbwo closed 2 years ago
inoremap <buffer><silent> <CR>
\ <Esc><Cmd>close<CR>
\<Cmd>call win_gotoid(g:ddu#ui#ff#_filter_parent_winid)<CR>
It fixes your problem.
Thank you for your quick reply. My problem has been solved completely!!
I have added ddu#ui#ff#close()
. It is better.
Thank you for great plugin.
Problems summary
ddu-ff buffer lose cursor focus after closing filter window.
Environment Information
This issue occurs from latest commit https://github.com/Shougo/ddu-ui-ff/commit/d7fbe6c16da6be920c53e18f229816ac3161dfc7.
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
After insert any word and close filter window by enter key, cursor don't move to the ddu-ff buffer but buffer of current opening file. If this is expected, could you tell me the way to focus the ddu-ff buffer?