diff --git a/.config/tmux/testfile b/.config/tmux/testfile deleted file mode 100644 index e69de29b..00000000 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5a3f3e83..e04b54e7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 -as terminal-features ",xterm-256color: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-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 @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-x killp -bind S command-prompt -p "rename session:" "rename-session '%%'" bind - copy-mode bind -n M-i next-window bind -n M-m previous-window