You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where I should be asking this, but since v0.27.0 I've noticed that Ctrl F3 seems to not work in tmux, it just prints out 3;5~, while Ctrl F1, Ctrl F2 and Ctrl F4 do work.
There isnt anything to provide, assuming you are running kitty 0.27.1 in
which this bug was fixed, it should work in tmux out of the box, it does
for me.
Sorta kinda related, but now after updating to latest kitty I've discovered something yet again related to tmux.
Opening up FZF in vim (which brings up a popup terminal where the user can input text) allows the user to press ctrl+/ to hide the preview of searched files, and that works, but only in tmux.
When the combination ctrl+/ is pressed outside of tmux, it inserts ;5u.
So, in short, running vim +FZF and pressing ctrl+/ inputs ;5u, but running tmux && vim +FZF and pressing ctrl+/ works as expected.
kitty --version gives 0.28.1. What else can I provide?
This will be a bug in vim, tmux filters out the kitty keyboard protocol
events. Update vim, or if it is already updated report the issue there.
And dont forget to follow the instructions in the kitty FAQ about vim.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix modifier key + F3 does not work in current terminfo/termcap.
Before (0.27.0):
After: