From 681aa19635a4d2e202ad20fcad7633d3a5a81b04 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sat, 21 Nov 2015 15:43:48 -0800 Subject: [PATCH] Pass-through C- from tmux --- dotfiles/tmux.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index e699420..c007890 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -1,8 +1,8 @@ ################################### -# # +# # # Custom Binds # # # -################################### +################################### # Rebind tmux prefix to to match vim @@ -78,12 +78,14 @@ bind p paste-buffer ################################### -# # +# # # Custom Settings # # # -################################### +################################### # Enable vi-like keybindings set-window-option -g mode-keys vi +# Pass-through C- +set-window-option -g xterm-keys on