nvimdev / dashboard-nvim

vim dashboard
MIT License
2.3k stars 188 forks source link

Cannot use <C-j> and <C-k> to navigate in Telescope/Fzf #307

Closed TroySigX closed 1 year ago

TroySigX commented 1 year ago

Describe the bug A clear and concise description of what the bug is. From dashboard, if I open fzf/telescope for fuzzy finding files, the only way for me to move my cursor in fzf/telescope is using the arrow, which is normal done by and

To Reproduce Steps to reproduce the behavior:

  1. Enter Neovim (dashboard open)
  2. From the "recent projects" section, cmd require('fzf-lua').files / or Telescope find_files

Expected behavior A clear and concise description of what you expected to happen. Should be able to navigate files in the project's directory using and

Screenshots If applicable, add screenshots to help explain your problem. image In this screenshot, when I typed (shown in the bottom right of the terminal), instead of moving cursor up one file, it shows "?" in the search bar

TroySigX commented 1 year ago

Sorry that was a mistake.