Package: tmux Version: 1.6-2 Severity: normal Dear Maintainer,
I often use tmux with several panes and windows and switch back and forth between them using bind keys. When coming back to an existing pane, I sometimes find that one of the panes starts behaving as if I was holding down the Ctrl key. For example, pressing the right-arrow key moves the cursor one *word* to the right (as opposed to one character), which is consistent with my .inputrc mapping. If I hold down Ctrl, I can temporarily restore the normal behaviour(i.e. Ctrl+right moves the cursor one character to the right). The buggy behaviour appears again when I release the Ctrl key. I have a hard time reproducing this bug deterministically, but I can run some tests in the problematic pane when it crops up. My .tmux.conf follows. TIA, Davide -8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<- # set -g default-terminal "xterm-256color" #set -g default-terminal "screen-256color-bce" # change prefix key to C-a set -g prefix C-a unbind C-b bind a send-prefix # last active window bind C-a last-window # copy mode setw -g mode-keys vi #setw -g mode-mouse on # splitting unbind % bind | split-window -h bind h split-window -h unbind '"' bind - split-window -v bind v split-window -v # history set -g history-limit 1000 # window title set -g set-titles on set -g set-titles-string '(#S:#I.#P #W) - #T' # escape time set -g escape-time 200 # status bar set -g status-bg black set -g status-fg white set -g status-keys vi set -g status-left '#[fg=green,bold]#S' set -g status-right '#[default]#T' set -g status-interval 0 setw -g window-status-current-attr bold # window modes setw -g mode-attr bold setw -g mode-bg black setw -g mode-fg white # activity alert #setw -g monitor-activity on #set -g visual-activity on #bind-key / setw monitor-activity on # clock setw -g clock-mode-colour green setw -g clock-mode-style 24 # other set -g default-command /bin/bash bind-key / command-prompt "split-window -h 'exec man %%'" # previous and next window bind-key -n F2 new-window bind-key -n F3 previous-window bind-key -n F4 next-window # non-repeating pane navigation unbind-key Left unbind-key Right unbind-key Up unbind-key Down bind-key Left select-pane -L bind-key Right select-pane -R bind-key Up select-pane -U bind-key Down select-pane -D # windows starts at 1 set -g base-index 1 # display messages for a second set -g display-time 1000 # number of history lines set -g history-limit 50000 # forward the following variables when attaching to an existing session set -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY DBUS_SESSION_BUS_ADDRESS" unbind-key -n C-DC # force a reload of the config file unbind r bind r source-file ~/.tmux.conf -8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<- -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages tmux depends on: ii dpkg 1.16.3 ii libc6 2.13-32 ii libevent-2.0-5 2.0.19-stable-1 ii libtinfo5 5.9-7 tmux recommends no packages. tmux suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org