URI: 
       Document the new ctrl+t feature. - tabbed - tab interface for application supporting Xembed
  HTML git clone git://git.suckless.org/tabbed
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 06f6bade81fed884641be98812e0a38a48cc8f36
   DIR parent a1aa453e99f198186d39b90b1229cc1bcb8dc466
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  1 Dec 2013 20:06:32 +0100
       
       Document the new ctrl+t feature.
       
       Diffstat:
         M tabbed.1                            |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/tabbed.1 b/tabbed.1
       @@ -92,6 +92,10 @@ move selected tab one to the right
        .B Ctrl\-Tab
        toggle between the selected and last selected tab
        .TP
       +.B Ctrl\-t
       +open dmenu to either create a new tab appending the entered string or select
       +an already existing tab.
       +.TP
        .B Ctrl\-q
        close tab
        .TP