diff --git a/.terminfo/s/screen-256color b/.terminfo/s/screen-256color new file mode 100644 index 0000000..bd01662 Binary files /dev/null and b/.terminfo/s/screen-256color differ diff --git a/.tmux.conf b/.tmux.conf index b10938d..7628329 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -70,5 +70,8 @@ bind C-a last-window # Bigger history set -g history-limit 10000 +# Fix for shift-keys with Fn; needs correct terminfo too +setw -g xterm-keys on + # Local config if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'