From e9e4719b0da352464e823c09f648984f0640ecea Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Feb 2019 06:57:28 +0000 Subject: Enable Fx keys --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 31c09f4..d3746a0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,9 @@ set -g mouse on # For vim themes set -g default-terminal "xterm-256color" +# xterm-style function key sequences +setw -g xterm-keys on + # Automatically set window title set-window-option -g automatic-rename on set-option -g set-titles on -- cgit v1.2.3