AutoYADM commit: 2024-11-12 01:15:01

This commit is contained in:
Daniel Fichtinger 2024-11-12 01:15:01 -05:00
parent 9b2896545a
commit f1ad5745b8
3 changed files with 12 additions and 7 deletions

View file

@ -1,8 +1,13 @@
set-option -sa terminal-overrides ",xterm*:Tc"
# set-option -sa terminal-overrides ",xterm*:Tc"
set -g terminal-overrides ',xterm-kitty:Tc'
bind-key -n C-Enter send-keys C-Enter
set -g default-terminal "xterm-kitty"
unbind r
bind r source-file ~/.config/tmux/tmux.conf
unbind C-t
unbind C-b
set -g prefix C-t
set -g mouse on