From: Simon Ruderich Date: Wed, 5 Sep 2012 13:16:35 +0000 (+0200) Subject: tmux.conf: Add ^a ^t mapping to display current date. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=87cd0352cf1e8270c2282cc43e300a8ef6582d2f;p=config%2Fdotfiles.git tmux.conf: Add ^a ^t mapping to display current date. --- diff --git a/tmux.conf b/tmux.conf index 3a3bb78..09c6ed3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -85,6 +85,10 @@ bind-key C-] paste-buffer bind-key -t vi-edit C-n history-down bind-key -t vi-edit C-p history-up +# Display date/time, similar to GNU screen's ^a ^t. Tmux's default ^a t just +# displays the current time, but I often want to know the current date. +bind-key C-t display-message + # Run urlview on the current screen content. Very useful to follow links. # Thanks to Arch wiki (https://wiki.archlinux.org/index.php/Tmux) for the # basic idea.