diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-02-25 06:57:28 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | e9e4719b0da352464e823c09f648984f0640ecea (patch) | |
tree | d02ca3bd941a859cf43279f59f3d809b470b9296 | |
parent | d2967193c45bf2a7d29c9f4f2d12ce5cc4fc38cd (diff) | |
download | dotnvim-e9e4719b0da352464e823c09f648984f0640ecea.tar.gz dotnvim-e9e4719b0da352464e823c09f648984f0640ecea.zip |
Enable Fx keys
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |