ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 450 forks source link

Can't switch open-tabs #1227

Closed RivTian closed 2 months ago

RivTian commented 2 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

nvim 9.5.0

Operating system/version

macOS 14.4.1

Terminal name/version

Kitty 0.32.1

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

  1. Open two tabs
  2. try use tk or tj
    • move to other tab

Expected behavior

hope push tk or tj can move to other tab

Actual behavior

find it can't switch tab

image

Additional information

ps: why not use H and L achieve move tab?

CharlesChiuGit commented 2 months ago

it's not tab, it's buffer. so u should use the below keymaps. image

RivTian commented 2 months ago

thanks, it's work for me

CharlesChiuGit commented 2 months ago

ps: why not use H and L achieve move tab?

current keymaps is set this way due to generations of evolving.

of course u can set your own keymaps: https://github.com/ayamir/nvimdots/wiki/Usage#modify-keymaps