Update TODO/BUGS

This commit is contained in:
Florian Bruhin 2014-07-11 07:14:49 +02:00
parent 86edda69c1
commit f1fac86a6a
2 changed files with 13 additions and 2 deletions

View File

@ -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<QNetworkSession> to type QObject*
Upstream Bugs
=============

View File

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