-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
FZF issue in tmux #881
Comments
I'm not familiar with that |
Dunno where the CursorShape is coming from. i also tried with clean install of tmux with no custom config but got same result
|
This looks related: https://www.iterm2.com/documentation-escape-codes.html |
I looked into this issue a bit more and i m convinced this is not related to fzf but its due to iTerm setting up CursorShape when starting the tmux server. If I start a clean tmux session from another emulator like terminal or alacrity the issue does not appear (which i can use as as workaround as well). The escape codes link is probably a clue to fix it but not something i was able to do. Thank for looking into this issue though. |
I use iterm2 but I don't have the issue. Please let me know if you find out more about the issue, thanks. |
I had this issue when using the fish shell, and it could be an issue with how the fish shell sets the cursor shape for different vi modes. As a workaround, you can disable different cursor displays for different vi modes in the fish shell by adding the following to your function fish_vi_cursor; end and/or function __fish_cursor_1337; end |
I'm having similar issues where i can not seem to use I tried the above but adding the The only solution that seems to work good enough for me is using term xterm-256color within tmux instead of screen-256color but i'm pretty convinced that there is a better solution :) |
@kozie placing it before
|
Holy nuts.. I did that while also setting the tmux term back to screen-256color and it seems to work! :) Thanks a bunch! |
perfect! placing it before invoking the vi bindings in fish config fixed it for me as well. Thanks @blaxill and @deanashton |
thank you @deanashton ! i had same issue but when using prettier in nvim. |
The first item in the result is prefixed by some weird characters
fzf version 0.16.6
tmux 2.3
This only happens in tmux. I have tried both
fzf
andfzf-tmux
commandsThe text was updated successfully, but these errors were encountered: