diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8987dbd..bc1807f 100755 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -70,7 +70,7 @@ bind-key -r K kill-pane bind -n S-Left previous-window bind -n S-Right next-window bind -n M-h previous-window -bind -n M-L next-window +bind -n M-l next-window bind C-l send-keys 'C-l' bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator"