diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a80799a9..df402046 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,20 +1,12 @@ -# set -g default-terminal "screen-256color" -# set -g default-terminal "xterm-256color" set -g default-terminal "tmux-256color" -# set -as terminal-features ",xterm-256color:extkeys" set -as terminal-features ',xterm-kitty:RGB' set -g xterm-keys on set -g allow-rename off set -s escape-time 1 -# set -g terminal-overrides 'xterm*:smcup@:rmcup@' -# bind-key -n 'C-M' send-keys -l '^m' -# set -s extended-keys on -# bind-key -n C-Enter send-keys '}' bind-key i display-message "test i" bind-key C-Enter display-message "test enter" -# bind -n C-Enter send-keys "" # For image.nvim set -gq allow-passthrough on @@ -40,16 +32,11 @@ set -g bell-action none set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -# set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'niksingh710/minimal-tmux-status' # set -g @plugin 'tmux-plugins/tmux-resurrect' # set -g @plugin 'tmux-plugins/tmux-continuum' -# set -g @vim_navigator_mapping_left "C-Left" -# set -g @vim_navigator_mapping_right "C-Right" -# set -g @vim_navigator_mapping_up "C-Up" -# set -g @vim_navigator_mapping_down "C-Down" bind -n M-m select-pane -L bind -n M-n select-pane -D bind -n M-e select-pane -U @@ -61,10 +48,7 @@ set -g @minimal-tmux-status "top" set -g @minimal-tmux-right true set -g @minimal-tmux-justify "centre" set -g @minimal-tmux-bg "#933737" -# set -g @minimal-tmux-bg "#b22c2c" -# set -g @minimal-tmux-bg "#202020" set -g @minimal-tmux-fg "#000000" -# set -g @minimal-tmux-fg "#c3c3c3" bind-key t set-option status