From 5bdb6b926f055a614492fd9baa1a320d5ed4502e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 5 Oct 2020 14:55:01 +0300 Subject: [PATCH] Calendar menu+popup --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bf89474..fb6347b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -38,6 +38,7 @@ bind-key t display-menu \ pass p "popup -KE -R ~/bin/tmux-menu-pass-session.sh" \ dict d "popup -KE -h 100% -R ~/bin/tmux-menu-dict.sh" \ calc c "popup -KE -R ~/bin/tmux-menu-calc.sh" \ + cal l "popup -R \"cal -3N\"" \ top o "popup -KE -h 100% -R \"top -s 1\"" bind-key u { -- 2.44.0