Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goto_parent_dir with 'g' is conflicting with Telescope mapping #402

Open
guru245 opened this issue Sep 16, 2024 · 0 comments
Open

goto_parent_dir with 'g' is conflicting with Telescope mapping #402

guru245 opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@guru245
Copy link

guru245 commented Sep 16, 2024

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 info

Operating system and version

Ubuntu 22.04.04 LTS

Steps to reproduce

  1. 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.
@guru245 guru245 added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant