TODO -= normal mode

This commit is contained in:
Florian Bruhin 2014-04-24 16:26:50 +02:00
parent 1c5ae25b68
commit 0e542772d0

1
TODO
View File

@ -2,7 +2,6 @@ keyparser foo
=============
- Handle keybind to get out of insert mode (e.g. esc)
- Switch to normal mode if new page loaded
- Add passthrough-keys option to pass through unmapped keys
- Add more element-selection-detection code (with options?) based on:
-> javascript: http://stackoverflow.com/a/2848120/2085149