1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

Fix shift with Function keys in tmux for at least shift+F6

This commit is contained in:
Michiel Scholten
2014-06-15 13:39:11 +02:00
parent 1e2d963805
commit 6442cc247e
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -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'