aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-02-25 06:57:28 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commite9e4719b0da352464e823c09f648984f0640ecea (patch)
treed02ca3bd941a859cf43279f59f3d809b470b9296 /tmux.conf
parentd2967193c45bf2a7d29c9f4f2d12ce5cc4fc38cd (diff)
downloaddotnvim-e9e4719b0da352464e823c09f648984f0640ecea.tar.gz
dotnvim-e9e4719b0da352464e823c09f648984f0640ecea.zip
Enable Fx keys
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
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