From 2f45fecbdf51daf94eac091664df4f2905ce2652 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 16 Jul 2012 19:05:59 -0400 Subject: [PATCH] move TODO stuff out of the README --- README.rst | 12 ------------ TODO.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 TODO.rst diff --git a/README.rst b/README.rst index cdd2159..8baf252 100644 --- a/README.rst +++ b/README.rst @@ -44,15 +44,3 @@ and copied to the PRIMARY clipboard buffer. With the scrollback search/completion widget open, up/down cycle through completions, escape closes the widget and enter accepts the input. - -TODO -==== - -* tab and shift-tab bindings for completion -* better url matching regex -* hint mode overlay for urls (like elinks/vimperator/pentadactyl) -* scrollback search needs to be improved upstream [1]_ -* expose keybindings in ``termite.cfg`` -* output should be paused while in command mode - -.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886 diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..9f2d873 --- /dev/null +++ b/TODO.rst @@ -0,0 +1,8 @@ +* tab and shift-tab bindings for completion +* better url matching regex +* hint mode overlay for urls (like elinks/vimperator/pentadactyl) +* scrollback search needs to be improved upstream [1]_ +* expose keybindings in ``termite.cfg`` +* output should be paused while in command mode + +.. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886