TODO update - removed homepage concept, vim preset
authorPremysl 'Anydot' Hruby <dfenze@gmail.com>
Thu, 30 Apr 2009 21:37:26 +0000 (23:37 +0200)
committerPremysl 'Anydot' Hruby <dfenze@gmail.com>
Thu, 30 Apr 2009 21:37:26 +0000 (23:37 +0200)
TODO
uzblctrl.c

diff --git a/TODO b/TODO
index b4ea639..8ee398d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,9 +26,7 @@ ASAP
 * see if/how we can remove /bin/bash from scripts
 * unify internal and external bindings. 
 * unify command triggering, whether they came in through fifo or keybind
-* add to bottom /* vi: set et ts=4: */
 * ideal uri editor: awesome mode like FF, some keyb shortcuts (erase search string, go to end/begin of string,..), history (if you patch dmenu to be in vertical mode and you order correctly, that's it), support copy paste
-* get rid of the home page concept. allow user to make keybinds to go to one or more "homepages". a home page is nothing special.
 * blinking cursor when not in insert mode is confusing.  i suggest dimming it's color if possible
 * open in new window -> uzbl: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
 * make it more clear to newbs insert vs command
index 5415247..6379606 100644 (file)
@@ -61,3 +61,4 @@ main(int argc, char* argv[]) {
     
     return 0;
 }
+/* vi: set et ts=4: */