From c2fdf51dc7b360ce5c7bd15a4341d70c98a6597b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:35:36 +0200 Subject: [PATCH] validate Windows Terminal/WSL compatibility --- dot_tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 1231723..90f5345 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -95,6 +95,7 @@ bind-key -n C-M-j resize-pane -D 1 bind-key -n C-M-k resize-pane -U 1 # Use Alt-arrow keys without prefix key to switch panes +# (not supported by Windows Terminal) bind-key -n M-Left select-pane -L bind-key -n M-Right select-pane -R bind-key -n M-Up select-pane -U @@ -145,10 +146,6 @@ bind r source-file ~/.tmux.conf \; display-message "config reloaded!" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'laktak/extrakto' -# tmux color scheme -set -g @plugin 'seebi/tmux-colors-solarized' -set -g @colors-solarized '256' - # run tpm run -b '~/.tmux/plugins/tpm/tpm'