From ba04217e25b7023efd57846911c8517189ec4dc4 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 29 May 2017 22:49:21 -0400 Subject: [PATCH] updated TODO --- TODO.md | 10 ++++++---- docs/tide.1 | 4 ++++ docs/tide.1.md | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) 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. -- 2.52.0