diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0f26360..e4ad6f1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,8 +1,8 @@ # ~/.config/tmux/tmux.conf # Enable extended key reporting for terminals/apps that support it. -# set -g extended-keys on -# set -g extended-keys-format csi-u +set -g extended-keys on +set -g extended-keys-format csi-u # To fix ctrl-b + direction (hjkl) switching pane multiple times after hitting the direction again set-option -g repeat-time 150