On 1/6/15 2:13 AM, Boris Faure wrote:
On 15-01-05 21:24, encoded wrote:
On 01/05/2015 02:01 PM, Boris Faure wrote:
On 14-12-30 10:24, encoded wrote:
Ctrl-h is my tmux prefix. Terminology doesn't seem to care for my
choice--it eats my ctrl-h's and tmux never sees them. I understand that
ctrl-h might have been a poor choice of prefix, but I've not run into
this problem with gnome-terminal, rxvt, getty terminals, osx terminal, etc.

So I'm wondering if there's an easy tweak to allow terminology to pass
those ctrl-h's on to tmux?

Did you manage to make it work with xterm?

Yes, I've confirmed that it works fine with xterm as well. I appear to
have xterm version 297 (Ubuntu 14.04) if it matters.

Could you share your tmux configuration?

e.
--
[email protected]
set-option -g prefix C-h
unbind-key C-b
bind-key C-h send-prefix
bind-key -t vi-copy v begin-selection

set-option -g base-index 1
set-option -g pane-base-index 1
set-option -g status-fg default
set-option -g status-bg default
set-option -g status-attr reverse
set-option -g history-limit 10000
set-option -g renumber-windows 1
set-option -g terminal-overrides 'rxvt*:smcup@:rmcup@'
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g update-environment "DBUS_SESSION_BUS_ADDRESS DISPLAY 
GNOME_KEYRING_CONTROL GNOME_KEYRING_PID PATH SSH_AGENT_PID SSH_ASKPASS 
SSH_AUTH_SOCK SSH_CONNECTION WINDOWID XAUTHORITY"
set-option -g visual-activity off
set-window-option -g monitor-activity on
set-window-option -g mode-keys vi
setw -g mode-keys vi

if-shell 'test "$(uname)" = "Darwin"' 'source ~/.tmux-osx.conf'

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to