-
Notifications
You must be signed in to change notification settings - Fork 162
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
"Not in a mode" error from VimuxRunCommand in scroll mode #230
Comments
Same here, using iTerm rather than alacritty. |
I can reproduce with regular vim as well, also It looks like I propose updating |
I've added a note to the tmux 3.4 questions issue. tmux/tmux#3836 (comment) |
I get the "not in a mode" error when using
VimuxRunCommand
while the Vimux pane is in scroll mode.Repro Steps (confirmed on default tmux config):
:VimuxOpenRunner
ls ~
to get some outputC-b PgUp
in default keybindings):VimuxRunCommand("ls")
The following error is displayed in neovim:
I get the same error when calling the tmux cli directly:
This seems to be related to
q C-u
being sent together. If I run them as two separate commands, there is no error:I realize splitting into separate commands might not be compatible with
VimuxResetSequence
being configured as a single string.Here are some versions.
I'm happy to answer any other questions or make a screen recording if needed.
The text was updated successfully, but these errors were encountered: