AutoYADM commit: 2024-12-01 14:45:02

This commit is contained in:
Daniel Fichtinger 2024-12-01 14:45:02 -05:00
parent c4c02d7eb1
commit a6e2062317
2 changed files with 0 additions and 8 deletions

View file

View file

@ -1,7 +1,3 @@
# set-option -sa terminal-overrides ",xterm*:Tc"
# bind-key -n C-Enter send-keys C-Enter
# set -g terminal-overrides ',xterm-kitty:Tc'
# set -g default-terminal "xterm-kitty"
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -as terminal-features ",xterm-256color:RGB" set -as terminal-features ",xterm-256color:RGB"
set -as terminal-features ',xterm-kitty:RGB' set -as terminal-features ',xterm-kitty:RGB'
@ -23,9 +19,6 @@ set -g pane-base-index 1
set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1
set-option -g renumber-windows on set-option -g renumber-windows on
# set -g @cursor-style 'bar'
# set -ga terminal-overrides ',*:Ss=\E[2 q:Se=\E[2 q'
set -g bell-action none set -g bell-action none
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
@ -61,7 +54,6 @@ bind -n M-v split-window -h -c "#{pane_current_path}"
bind -n M-s split-window -v -c "#{pane_current_path}" bind -n M-s split-window -v -c "#{pane_current_path}"
bind -n M-x killp bind -n M-x killp
bind S command-prompt -p "rename session:" "rename-session '%%'"
bind - copy-mode bind - copy-mode
bind -n M-i next-window bind -n M-i next-window
bind -n M-m previous-window bind -n M-m previous-window