From: Michael D. Lowis Date: Tue, 30 May 2017 02:49:21 +0000 (-0400) Subject: updated TODO X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ba04217e25b7023efd57846911c8517189ec4dc4;p=projs%2Ftide.git updated TODO --- diff --git a/TODO.md b/TODO.md index dde7a24..416a49d 100644 --- 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 diff --git a/docs/tide.1 b/docs/tide.1 index 2fea446..2f739ff 100644 --- a/docs/tide.1 +++ b/docs/tide.1 @@ -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\. . diff --git a/docs/tide.1.md b/docs/tide.1.md index b9e29f7..9d178e5 100644 --- a/docs/tide.1.md +++ b/docs/tide.1.md @@ -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.