]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Add ^a ^t mapping to display current date.
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Sep 2012 13:16:35 +0000 (15:16 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 8 Oct 2012 14:29:50 +0000 (16:29 +0200)
tmux.conf

index 3a3bb78e2654922b519143ce1a34c63454ea57ee..09c6ed3128d47e51ec5c40c152e85413863f466f 100644 (file)
--- 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.