Fix tmux keybindings

- rebind clock-mode to "<prefix> T" to free up "<prefix> t"
- bind "<prefix> t" to send-prefix so that <prefix> can be sent to
  underlying applications

As a reminder, the current prefix remains C-t

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-11-04 02:20:02 -05:00 committato da Collin J. Doering
parent 11eaff99d3
commit 5f3173ff64
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni

Vedi File

@ -12,6 +12,13 @@ set -g default-terminal "screen-256color"
# Toggle last window like screen
bind-key C-t last-window
# Rebind clock-mode to "prefix T"
unbind t
bind-key T clock-mode
# Send prefix to underlying application using "prefix t"
bind-key t send-prefix
# session initialization
new -s default -n zsh zsh
#neww -n weechat weechat-curses