From 7611a8aac05ab9ccd046aa7f0608db0eec7066f1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 18 Sep 2012 05:37:36 -0400 Subject: [PATCH] document the existence of url hints --- README.rst | 2 ++ TODO.rst | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bdf32dd..cfd25bc 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,8 @@ COMMAND MODE +------------------------+-----------------------------------------------------------+ | ``escape`` | deactivate command mode | +------------------------+-----------------------------------------------------------+ +| ``x`` | activate url hint mode | ++------------------------+-----------------------------------------------------------+ | ``v`` | visual mode | +------------------------+-----------------------------------------------------------+ | ``V`` | visual line mode | diff --git a/TODO.rst b/TODO.rst index 93af8af..77cc61c 100644 --- a/TODO.rst +++ b/TODO.rst @@ -1,5 +1,4 @@ * improved matching capabilities (not just urls) -* hint mode overlay for urls (like elinks/vimperator/pentadactyl) * scrollback search needs to be improved upstream [1]_ * expose keybindings in ``termite.cfg`` * keyboard selection should handle wrapped lines properly