Browse Source

Pass-through C- from tmux

master
Taylor Bockman 9 years ago
parent
commit
681aa19635
  1. 10
      dotfiles/tmux.conf

10
dotfiles/tmux.conf

@ -1,8 +1,8 @@
################################### ###################################
# # # #
# Custom Binds # # Custom Binds #
# # # #
################################### ###################################
# Rebind tmux prefix to <c-space> to match vim # Rebind tmux prefix to <c-space> to match vim
@ -78,12 +78,14 @@ bind p paste-buffer
################################### ###################################
# # # #
# Custom Settings # # Custom Settings #
# # # #
################################### ###################################
# Enable vi-like keybindings # Enable vi-like keybindings
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
# Pass-through C-
set-window-option -g xterm-keys on

Loading…
Cancel
Save