Why doesn't tmux respond to shortcuts properly?
Posted
by
Marc
on Super User
See other posts from Super User
or by Marc
Published on 2012-09-12T18:44:43Z
Indexed on
2012/10/15
21:41 UTC
Read the original article
Hit count: 253
I'm using OSX 10.8.1 in combination with iTerm2, zsh and tmux via Homebrew.
The beginning of my ~/.tmux.conf file looks like this:
set -g prefix C-a
unbind C-b
bind-key a send-prefix
set -sg escape-time 1
When I start tmux and press C-a c, nothing happens. When I spam C-a c fast enough then some new tabs open up, but not the equivalent count of my command spaming. When I press C-a first followed by c, nothing happens again. Is there a delay issue or what's up with my tmux installation/configuration?
© Super User or respective owner