From 5b152d922abe161fab5ebf1504164d3f988aff45 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 16 Jul 2014 21:50:57 +0200 Subject: [PATCH] Update TODO --- doc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/TODO b/doc/TODO index f5e39da2e..5b6c85268 100644 --- a/doc/TODO +++ b/doc/TODO @@ -20,6 +20,7 @@ Before 0.1 - Implement some optional stuff from http://greenbytes.de/tech/tc2231/ (especially filename with Content-Disposition: inline) - Icon +- Use profiler to check what uses most CPU -> probably add config cache New big features ================ @@ -103,6 +104,7 @@ Improvements / minor features - :%! like feature to pipe current page through a filter. - Add FIFOHandler based on asyncio if it's available - Lazy tab loading +- Add command shortcuts to command completion hints -----