tmux clock mode
This commit is contained in:
parent
cb079679a8
commit
575ff93131
@ -36,3 +36,7 @@ set -g command-alias[110] default-layout="
|
|||||||
resize-pane -x $_tmux_main_pane_size
|
resize-pane -x $_tmux_main_pane_size
|
||||||
select-layout '6c98,213x55,0,0{72x55,0,0,72,140x55,73,0,73}'
|
select-layout '6c98,213x55,0,0{72x55,0,0,72,140x55,73,0,73}'
|
||||||
"
|
"
|
||||||
|
|
||||||
|
set -g command-alias[111] enable-zoom='
|
||||||
|
if -F "#{window_zoomed_flag}" "" "resize-pane -Z"
|
||||||
|
'
|
||||||
@ -45,7 +45,7 @@ bind t display-popup -E -h 70% -w 60%
|
|||||||
|
|
||||||
bind c display-menu \
|
bind c display-menu \
|
||||||
calendar c "display-popup -w 33% -h 70% 'cal -my'" \
|
calendar c "display-popup -w 33% -h 70% 'cal -my'" \
|
||||||
time t "clock-mode"
|
time t "enable-zoom; clock-mode"
|
||||||
|
|
||||||
|
|
||||||
# Switch new session
|
# Switch new session
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user