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