]> git.mdlowis.com Git - projs/tide.git/commitdiff
updated TODO
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 30 May 2017 02:49:21 +0000 (22:49 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 30 May 2017 02:49:21 +0000 (22:49 -0400)
TODO.md
docs/tide.1
docs/tide.1.md

diff --git a/TODO.md b/TODO.md
index dde7a24f35f92d47a22aa3a241541dcb2ff50020..416a49d1319b6e7986ca157234a5b3c006abef86 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -2,15 +2,17 @@
 
 Up Next:
 
-* Change PageUp/Dn to move cursor by screenfuls
 * move by words is inconsistent. Example:
     var infoId = 'readerinfo'+reader.id;
 * Add a way to CD using a builtin (buffers will track original dir)
-* Ctrl+Shift+Enter copies indent of wrong line
-* Shift+Insert should insert primary selection
+* selection of 1 and arrow keys moves wrong direction
+* cd to root in xcpd
+* Ctrl+; Shortcut to warp cursor to middle of current screen.
+* shortcut to jump to previous edit
 
 The Future:
 
+* Ctrl+Shift+Enter copies indent of wrong line
 * highlight all matches of search term
 * Make Fn keys execute nth command in the tags buffers
 * jump to previous or next line with less indent
@@ -28,8 +30,8 @@ The Future:
 
 Maybe think about addressing these later:
 
+* Shift+Insert should insert primary selection
 * Find shortcut should select previous word if current char is newline
-* Ctrl+\ Shortcut to warp cursor to middle of current screen.
 * diagnostic messages can stack up if deselected and not resolved
 
 # Auxillary Programs
index 2fea44624353cfc06cd1b6e657a391650abc2498..2f739ffbd30b9258c870b3b1382a12273f7a3335 100644 (file)
@@ -189,6 +189,10 @@ Join the current line and the next line\.
 Select the current line\.
 .
 .TP
+\fBCtrl+Shift+a\fR
+Select all text in the buffer\.
+.
+.TP
 \fBDelete\fR
 Delete the character to the right\.
 .
index b9e29f73c49711164138bec77023cf21375ee346..9d178e5fd8cb70a67bacb36383dd74d0ca113c55 100644 (file)
@@ -224,6 +224,9 @@ position.
 * `Ctrl+l`:
     Select the current line.
 
+* `Ctrl+Shift+a`:
+    Select all text in the buffer.
+
 * `Delete`:
     Delete the character to the right.