-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Telescope introduced gg mapping in nvim-telescope/telescope.nvim#1325 . This made Telescope file browser wait for the next command after we type g. After we type g, we must type any unmapped keycap to go to a parent dir. When we map the other character like h, we don't have this problem.
Neovim version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more infoOperating system and version
Ubuntu 22.04.04 LTS
Steps to reproduce
- Press 'g'
Expected behavior
The file browser must show the parent directory.
Actual behavior
No change until we type another keycap.
Minimal config
This issue can be reproducible in the default setting.Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working