Search This Blog

04 January, 2022

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf

setw -g mouse on

save the file and exit from the tmux shell, you should be able to use your mouse to resize the windows


tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...