]> git.mdlowis.com Git - projs/tide.git/commitdiff
update todo list
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 25 May 2017 20:17:23 +0000 (16:17 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 25 May 2017 20:17:23 +0000 (16:17 -0400)
TODO.md

diff --git a/TODO.md b/TODO.md
index 8bdfb53ee626125802e7bc918dccf0d7f470913b..ece4464a2d18da50025207e038b711d415cb4c32 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -5,21 +5,24 @@ Up Next:
 * ctrl+d with no selection does word selection instead of context
 * add config option to change default tab style
 * get rid of edit wrapper script
-* Add a way to CD using a builtin
-* Ctrl+Shift+N to set a mark, Ctrl+N to jump to a mark
-* Make Fn keys execute nth command in the tags buffers
 * move by words is inconsistent. Example:
     var infoId = 'readerinfo'+reader.id;
 * rename to tide
 
-The Future:
-
+* Ctrl+Shift+N to set a mark, Ctrl+N to jump to a mark
+* Make Fn keys execute nth command in the tags buffers
+* Add a way to CD using a builtin
+* Ctrl+PageUp/Dn to move cursor by screenfuls
 * Ctrl+Shift+g to jump to undo a goto line action
-* Shortcut to warp cursor to middle of current screen.
+* Ctrl+\ Shortcut to warp cursor to middle of current screen.
 * Find shortcut should select previous word if current char is newline
 * diagnostic messages can stack up if deselected and not resolved
 * highlight all matches of search term
 * Ctrl+Shift+Enter copies indent of wrong line
+* jump to previous or next line with less indent
+* Shift+Insert should insert primary selection
+
+The Future:
 
 * use transaction ids to only mark buffer dirty when it really is
 * refactor selection handling to buf.c to prepare for multiple selections.