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

Not able to navigate inside the Denite search results within nvim #9

Closed ludovicianul closed 5 years ago

ludovicianul commented 5 years ago

Although I'm able to invoke Deinte successfully either for searching files or buffers, I cannot navigate the search results. Is there a key combination I'm missing?

ctaylo21 commented 5 years ago

You should be able to immediately start typing to filter the list, or you can press <ctrl> + o to switch to normal mode inside of a denite window so you can move around with the normal h/j/k/l keys and select the buffer you want with <enter>

ludovicianul commented 5 years ago

It works 👍 . Thanks for the quick answer.

ctaylo21 commented 5 years ago

No problem, happy to help!