From 5f3173ff64100801c8f88d3502c9ec7f8acc7507 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Tue, 4 Nov 2014 02:20:02 -0500 Subject: [PATCH] Fix tmux keybindings - rebind clock-mode to " T" to free up " t" - bind " t" to send-prefix so that can be sent to underlying applications As a reminder, the current prefix remains C-t Signed-off-by: Collin J. Doering --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 19f710a..08d02d6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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