Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#421 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
52/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
lua
Domain
tooling

Research direction

Start with the dashboard shortcut configuration and the action entry point shown in the reproduction, using the Hyper example from the README as context. Reproduce the Telescope find_files shortcut on the specified Neovim version and inspect how dashboard-nvim executes actions. Done means the shortcut opens Telescope's find_files action without the editor-command error.

Written by the indexing model from the issue text.

Description

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

Dominant language
Lua
Stars
2.9k
Forks
201
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nvimdev/dashboard-nvim

All issues in nvimdev/dashboard-nvim

Similar issues

More Lua issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.