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

ctrl+, and ctrl+. are not detected in Zellij #3638

Closed
hikamaree opened this issue Oct 3, 2024 · 0 comments
Closed

ctrl+, and ctrl+. are not detected in Zellij #3638

hikamaree opened this issue Oct 3, 2024 · 0 comments

Comments

@hikamaree
Copy link

zellij --version: zellij 0.40.1
stty size: 55 204
uname -av or ver(Windows): Linux hikamare 6.11.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 30 Sep 2024 23:49:50 +0000 x86_64 GNU/Linux
alacritty --version: alacritty 0.13.2 (bb8ea18e)

Issue description

When i map ctrl+, and ctrl+. in neovim. everything works normally until i run zilij.
When i open neovim in zilij my key bindings are not registered.

Minimal reproduction

  • add this to your nvim config
    vim.keymap.set("n", "<C-,>", [[<CMD>bprev<CR>]])
    vim.keymap.set("n", "<C-.>", [[<CMD>bnext<CR>]])
  • open neovim with few buffers inside zellij
  • try to switch buffers using ctrl+, or ctrl+.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant