From 664e9cb53a823a98b41e4c95a660341d200d74c3 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 16 Jun 2015 12:22:36 -0700 Subject: [PATCH] Add binds and set xterm-keys. --- plugin/binds.conf | 1 + tmuxrc.tmux | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugin/binds.conf diff --git a/plugin/binds.conf b/plugin/binds.conf new file mode 100644 index 0000000..19063da --- /dev/null +++ b/plugin/binds.conf @@ -0,0 +1 @@ +set-window-option -g xterm-keys on diff --git a/tmuxrc.tmux b/tmuxrc.tmux index 97cfeaf..3f160eb 100755 --- a/tmuxrc.tmux +++ b/tmuxrc.tmux @@ -3,3 +3,4 @@ plugin_path=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) tmux source-file $plugin_path/plugin/mouse.conf tmux source-file $plugin_path/plugin/vim.conf tmux source-file $plugin_path/plugin/tmuxline.conf +tmux source-file $plugin_path/plugin/binds.conf