nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executing shortcuts throw "not an editor command" for common Telescope actions

ndom91 opened this issue · comments

Describe the bug
I've setup some shortcuts like in the Hyper example in the README, including f for Telescope find_files. When executing this from the dashboard, however, I get an error message Not an editor command: Telescope find_files

  • Using nvim version v0.10.0-dev-2296+gcca8a78ea2

To Reproduce

  1. Use latest nvimdev/dashboard-nvim commit (04a48b2)
  2. Set a shortcut in the dashboard-nvim config like so:
{
  icon = "",
  icon_hl = "@variable",
  desc = "Files",
  group = "Label",
  action = "Telescope find_files",
  key = "f",
},
  1. Restart nvim and press f on the keyboard.

Expected behavior
Opens Telescope with find_files command

Screenshots

image