From f2179c545e8c400a436f3ce39f7a75da3ce8bb29 Mon Sep 17 00:00:00 2001 From: Michael Nygard Date: Sat, 14 Jun 2014 17:52:09 +0000 Subject: [PATCH] Make shift-arrow keys work in tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f653a36..630b57f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,5 @@ # Work nicely with emacs key combos -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" set-window-option -g xterm-keys on # Bind to leader