tmux/display,mouse
This commit is contained in:
parent
e83384d511
commit
48a9f2c458
1 changed files with 5 additions and 1 deletions
|
@ -4,8 +4,12 @@
|
||||||
|
|
||||||
rwx_tmux_setup() {
|
rwx_tmux_setup() {
|
||||||
rwx_file_write "${HOME}/.tmux.conf" "\
|
rwx_file_write "${HOME}/.tmux.conf" "\
|
||||||
|
# display duration
|
||||||
|
set -g display-time 1536
|
||||||
# reload configuration
|
# reload configuration
|
||||||
bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf'
|
bind r source-file ~/.tmux.conf \\; display '↑ .tmux.conf'
|
||||||
|
# toggle mouse
|
||||||
|
bind t set -g mouse \\; display 'Mouse: #{mouse}'
|
||||||
|
|
||||||
# select sessions with Alt & ↑ | ↓
|
# select sessions with Alt & ↑ | ↓
|
||||||
bind -n M-Down switch-client -n
|
bind -n M-Down switch-client -n
|
||||||
|
|
Loading…
Reference in a new issue