We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
zellij --version
stty size
uname -av
ver
alacritty --version
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.
vim.keymap.set("n", "<C-,>", [[<CMD>bprev<CR>]])
vim.keymap.set("n", "<C-.>", [[<CMD>bnext<CR>]])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zellij --version
: zellij 0.40.1stty size
: 55 204uname -av
orver
(Windows): Linux hikamare 6.11.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 30 Sep 2024 23:49:50 +0000 x86_64 GNU/Linuxalacritty --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
vim.keymap.set("n", "<C-,>", [[<CMD>bprev<CR>]])
vim.keymap.set("n", "<C-.>", [[<CMD>bnext<CR>]])
The text was updated successfully, but these errors were encountered: