]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux.conf
Calendar menu+popup
[dotfiles.git] / tmux / .tmux.conf
index 99442b50195564eda489941055cd170d5a6e46f0..fb6347b971844ac8378ad59ee3cd68cfe1a2bded 100644 (file)
@@ -35,16 +35,17 @@ unbind-key L
 
 bind-key t display-menu \
     music t "popup -KE -w 100% -R ~/bin/tmux-menu-music.sh" \
-    pass p "popup -KE -R ~/bin/tmux-menu-pass.sh" \
+    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 {
     capture-pane -J
     save-buffer /tmp/tmux-buffer
     delete-buffer
-    popup -EK -R "urlview /tmp/tmux-buffer"
+    popup -EK -w 100% -R "urlview /tmp/tmux-buffer"
 }
 
 bind-key y {