added general tmux config

This commit is contained in:
Siddhartha 2022-07-18 19:44:18 +05:30
parent 65d5993db1
commit cf58275bf3
1 changed files with 6 additions and 0 deletions

6
tmux/tmux.conf Normal file
View File

@ -0,0 +1,6 @@
# Activate mouse in tmux window/pane
set -g mouse on
# Taken up from this answer: https://unix.stackexchange.com/questions/145857/how-do-you-hide-a-tmux-pane/506103#506103
bind ! break-pane -d -n _hidden_name
bind @ join-pane -s $.0