ctaylo21 / jarvis

Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
MIT License
712 stars 135 forks source link

Only quit filter buffer and leave denite buffer on <C-o> #40

Closed ccavales3 closed 3 years ago

ccavales3 commented 3 years ago

When "\<C-o>" is pressed, it closes both filter buffer and denie buffer per https://github.com/Shougo/denite.nvim/blob/master/doc/denite.txt#L448. Changing it to denite_filter_update https://github.com/Shougo/denite.nvim/blob/master/doc/denite.txt#L453 will only close the filter, moving the cursor to the denite buffer for you to search the list

ctaylo21 commented 3 years ago

I am so sorry that I missed this. I literally just fixed this bug yesterday after 20 minutes of trying to figure out why that command didn't work anymore. Thanks so much for tracking it down and submitting the PR.