update README

This commit is contained in:
Daniel Micay 2012-07-05 23:13:26 -04:00
parent 7b1760d1ad
commit 4ed94191a9
1 changed files with 8 additions and 1 deletions

View File

@ -40,11 +40,18 @@ TEXT SELECTION MODE
TODO
====
* keyboard text selection
* tab and shift-tab bindings for completion
* better url matching regex
* hint mode overlay for urls (like elinks/vimperator/pentadactyl)
* scrollback search needs to be improved upstream [1]_
* expose keybindings in ``termite.cfg``
TEXT SELECTION
--------------
* _vte_terminal_select_text would be perfect for extending this, but it isn't
exposed in the API
* does not currently work in ncurses applications
* needs to be extended to more than just the basic ``h``/``j``/``k``/``l``
.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886