feat(cli): Configure tmux

This commit is contained in:
Alexander Kobjolke 2025-05-19 11:43:55 +02:00
parent 45ea5be379
commit 3e9cfb3e77

View file

@ -104,8 +104,14 @@ in
xdg.configFile.tmux = {
target = "tmux/tmux.conf";
text = ''
set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
set-window-option -g xterm-keys on
set -ag update-environment "SSH_TTY SSH_CLIENT"
set -g prefix C-z
set -g status-keys vi
setw -g mode-keys vi
setw -g aggressive-resize on
set -g mouse on
# do not wait for a manually entered escape sequence, just forward it immediately
set -g escape-time 0
bind-key C-z send-prefix