diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index f186bce..1e3a9aa 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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