Update TODO/BUGS

This commit is contained in:
Florian Bruhin 2014-09-12 20:40:58 +02:00
parent 0c9d7723c8
commit e29264fe5b
2 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Webview
Input
-----
- going to passthrough mode (Ctrl-V) then clicking element to go to insert
mode, then leaving insert mode clears statusbar text.
- seir sometimes sees "-- COMMAND MODE --" even though that should never
happen.
- Shift-Insert in commandline pastes clipboard instead of primary selection

View File

@ -54,6 +54,13 @@ Downloads
Improvements / minor features
=============================
- Command/page to show all keybindings?
- File moves:
- state should be in data, not config
- data/cache should be in subdirs on Windows if everything is in the same
dir.
- view_source using pygments
- check what exceptions open() calls could possibly throw
- Improve -m error message when we're inside the qutebrowser dir (maybe use a
Tk gui?)
- Sane default for editor (maybe via QDesktopServices or so?)