document the existence of url hints

This commit is contained in:
Daniel Micay 2012-09-18 05:37:36 -04:00
parent 8f927cad26
commit 7611a8aac0
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,8 @@ COMMAND MODE
+------------------------+-----------------------------------------------------------+
| ``escape`` | deactivate command mode |
+------------------------+-----------------------------------------------------------+
| ``x`` | activate url hint mode |
+------------------------+-----------------------------------------------------------+
| ``v`` | visual mode |
+------------------------+-----------------------------------------------------------+
| ``V`` | visual line mode |

View File

@ -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