From d674544a14ccc4c7e75f40d4d263f2fec1836757 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 27 Nov 2014 09:46:13 -0600 Subject: [PATCH] .tmux.conf: More key bindings --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5b54765..34bf10c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -72,4 +72,6 @@ bind-key '&' select-window -t :17 bind-key '*' select-window -t :18 bind-key '(' select-window -t :19 -bind R source-file ~/.tmux.conf +bind-key R source-file ~/.tmux.conf +bind-key C-o select-pane -t :.+ # (same as C-a o) +bind-key m setw monitor-activity # toggle monitor-activity -- 2.43.0