diff --git a/.tmux.conf.local b/.tmux.conf.local index 7fc8a09..b1eeb2d 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -14,6 +14,8 @@ # then uncomment the following line to make Meta + arrow keys mapping work #set -ga terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D" +set -g mouse on + # -- windows & pane creation ---------------------------------------------------