From f1fac86a6aee4e962e462e409e210aa6ac446689 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Jul 2014 07:14:49 +0200 Subject: [PATCH] Update TODO/BUGS --- doc/BUGS | 7 +++++-- doc/TODO | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/BUGS b/doc/BUGS index af785488e..8593c9099 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -18,8 +18,6 @@ Bugs egan │ This is accompanied by high CPU usage -- The concept of "default keybindings always get added" is confusing. - - seir sometimes sees "-- COMMAND MODE --" even though that should never happen. @@ -119,6 +117,11 @@ Bugs WARNING: QIODevice::read: device not open +- Random error message when closing/re-opening tab: + + WARNING: Type conversion already registered from type QSharedPointer to type QObject* + + Upstream Bugs ============= diff --git a/doc/TODO b/doc/TODO index d49a1ed0f..e34f4cfa6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -52,6 +52,14 @@ Downloads Improvements / minor features ============================= +- We should use a different config file for keybindings for the following + reasons: + + - Special chars in keychains make it hard to bind those. + - The concept of "default keys get re-added" is confusing when using + keychains as the left-hand-side. But when using it as the RHS, binding + multiple keybindings to the same command gets tricky. + - "go up in the URL path" mapped to gu for example [egan] - command which closes other tabs in a direction [egan] - Distinction between :q and :wq, add ZZ and ZQ shortcuts.