From 0e4381543d56e65ab264287d971a110708048a0d Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sat, 23 Jan 2016 13:28:38 +0000 Subject: [PATCH] A try to configure tmux to pass key sequances correctly --- config/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index 4db64f0..b4c8e45 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -9,6 +9,7 @@ setw -g mode-keys vi set -g status-position top set -g default-terminal "screen-256color" +set-window-option -g xterm-keys on set -g mode-mouse off #bind p paste-buffer