mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Fix shift with Function keys in tmux for at least shift+F6
This commit is contained in:
BIN
.terminfo/s/screen-256color
Normal file
BIN
.terminfo/s/screen-256color
Normal file
Binary file not shown.
@@ -70,5 +70,8 @@ bind C-a last-window
|
|||||||
# Bigger history
|
# Bigger history
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
# Fix for shift-keys with Fn; needs correct terminfo too
|
||||||
|
setw -g xterm-keys on
|
||||||
|
|
||||||
# Local config
|
# Local config
|
||||||
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'
|
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'
|
||||||
|
|||||||
Reference in New Issue
Block a user