-
Notifications
You must be signed in to change notification settings - Fork 337
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
Switching tmux panes with C-h broken with tmux master branch #421
Comments
I'm not so sure the problem is limited to this plugin, I'm struggling to do it in vanilla tmux |
I believe the problem is due to the is-vim check. I have opened an issue with a solution. Here is my repo w/ details: |
What terminal are you using? I have had the same issues as you in the kitty terminal. I resolved the problem by adding
to the kitty.conf |
this worked for me in alacritty and ghostty too, thanks @xuwei152 alacritty:
ghostty:
|
Thanks to this fix here, c-h works again: christoomey/vim-tmux-navigator#421 (comment) Signed-off-by: Vlad Alexandru Teletin Tilimpea <[email protected]>
I compiled from sources to enable sixel support on tmux master branch (
commit ae8f2208c98e3c2d6e3fe4cad2281dce8fd11f31
) and found that every navigation shortcut works exceptC-h
.Switching from vim to vim, of from vim to tmux pane with
C-h
also works.I don't know if it is a real issue, because tmux 3.6 is not released yet, so feel free to close it if it is not relevant.
There is binding for it:
The text was updated successfully, but these errors were encountered: