update README
This commit is contained in:
parent
7b1760d1ad
commit
4ed94191a9
|
@ -40,11 +40,18 @@ TEXT SELECTION MODE
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
* keyboard text selection
|
|
||||||
* tab and shift-tab bindings for completion
|
* tab and shift-tab bindings for completion
|
||||||
* better url matching regex
|
* better url matching regex
|
||||||
* hint mode overlay for urls (like elinks/vimperator/pentadactyl)
|
* hint mode overlay for urls (like elinks/vimperator/pentadactyl)
|
||||||
* scrollback search needs to be improved upstream [1]_
|
* scrollback search needs to be improved upstream [1]_
|
||||||
* expose keybindings in ``termite.cfg``
|
* 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
|
.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886
|
||||||
|
|
Loading…
Reference in New Issue