You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 info
Operating 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
Thisissuecanbereproducibleinthedefaultsetting.
The text was updated successfully, but these errors were encountered:
Description
Telescope introduced
gg
mapping in nvim-telescope/telescope.nvim#1325 . This made Telescope file browser wait for the next command after we typeg
. After we typeg
, we must type any unmapped keycap to go to a parent dir. When we map the other character likeh
, we don't have this problem.Neovim version
Operating system and version
Ubuntu 22.04.04 LTS
Steps to reproduce
Expected behavior
The file browser must show the parent directory.
Actual behavior
No change until we type another keycap.
Minimal config
The text was updated successfully, but these errors were encountered: