Skip to content
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

"Adaptable" key bindings changes existing keybinding #38

Open
vigilancer opened this issue Jan 21, 2017 · 0 comments
Open

"Adaptable" key bindings changes existing keybinding #38

vigilancer opened this issue Jan 21, 2017 · 0 comments

Comments

@vigilancer
Copy link

Adaptive thing should be working only if binding was not set. But it ignores existing key if exist and rebind 'last-window'.

How to reproduce:
add to tmux:
...
unbind C-b
set -g prefix C-z
bind C-z send-prefix
...
unbind z
bind-key z resize-pane -Z
...
set -g @plugin 'tmux-plugins/tmux-sensible'
...
run '~/.tmux/plugins/tpm/tpm'
...

How to fix (workaround):
place
unbind z
bind-key z resize-pane -Z
after
run '~/.tmux/plugins/tpm/tpm'

What should be going wrong:
Plugin do not correctly recognize binded key.
Problem seems to be inside of 'key_binding_not_set()', in regex in particular.

btw, using OpenBSD's integrated tmux (it's 2.x I believe).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant