From 2a4f583d337aaa856ecc2196e21487d678783ee8 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 17 Oct 2024 10:21:14 +0300 Subject: [PATCH] tmux fix mapping calendar --- home/user/.config/tmux/mappings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index d2b6df3..82663a0 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -47,7 +47,7 @@ bind t display-popup -E -h 70% -w 60% bind c display-menu \ - calendar c "display-popup -w 33% -h 70% 'cal -y'" \ + calendar c "display-popup -w 33% -h 70% 'cal -my'" \ time t "clock-mode"