tmux weather mapping
This commit is contained in:
parent
c25c6bf266
commit
0734de3f67
@ -44,8 +44,15 @@ bind t display-popup -E -h 70% -w 60% -d "${HOME}"
|
||||
|
||||
|
||||
bind c display-menu \
|
||||
calendar c "display-popup -w 33% -h 70% 'cal -my'" \
|
||||
time t "enable-zoom; clock-mode"
|
||||
calendar c {
|
||||
display-popup -w 33% -h 70% "cal -my"
|
||||
} \
|
||||
time t {
|
||||
enable-zoom; clock-mode
|
||||
} \
|
||||
weather w {
|
||||
display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"
|
||||
}
|
||||
|
||||
|
||||
# Switch new session
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user