From 8e9a810b36e37d2c3eb5da54a52703192919081e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 8 Feb 2015 21:25:58 +0900 Subject: C-] as tmux prefix... --- .tmux.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 0e1503fb..c4a54dc0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,13 +32,12 @@ set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l # --- key bindings -set -g prefix2 C-j - -# C-t t to send C-t to e.g. Emacs or nested tmux, and C-t C-t to -# bounce between windows -bind j send-prefix -2 -unbind C-j -bind-key C-j last-window +# - C-] ] to send C-] to e.g. Emacs or nested tmux; +# - C-] C-] to bounce between windows +set -g prefix C-] +bind t send-prefix +unbind C-] +bind-key C-] last-window # splitting should maintain current working directory bind '"' split-window -c "#{pane_current_path}" -- cgit v1.2.3