]> git.mdlowis.com Git - projs/tide.git/commitdiff
fixed a bug where autocomplete results always went to EDIT region
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 9 Jan 2019 19:46:58 +0000 (14:46 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 9 Jan 2019 19:46:58 +0000 (14:46 -0500)
TODO.md
config.h

diff --git a/TODO.md b/TODO.md
index 24ee76faf0b05c368f06310dd32ae5820ce284b8..6c02eefdceffca7db7050af2f721977c0e135c25 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@
 
 ## BACKLOG
 
-* B2+B1 click executes command with selection as argument
-* implement script for toggling between header and source file
 * refactor selection handling to avoid swapping manually (use buf_selbeg and buf_selend)
 * encode EOL setting in log entries?
 * implement a mini-sed command to standardize scripts across platforms without relying on sed
@@ -38,3 +36,4 @@ Maybe think about addressing these later:
 * Shift+Insert should insert primary selection
 * Find shortcut should select previous word if current char is newline
 * implement command diffing logic to optimize the undo/redo log
+* right click negative numbers should jump to that many lines from the end of file
index a25f2733a61480e9818530346fcf591bfa5f8e85..d8033da00165168bc7745ade0d5e405271acd49e 100644 (file)
--- a/config.h
+++ b/config.h
@@ -14,8 +14,8 @@ enum { /* Color Names */
 
 #define CMD_TIDE "!tide"
 #define CMD_PICKFILE "!pickfile ."
-#define CMD_COMPLETE "<picktag print tags"
-#define CMD_FCOMPLETE "<fcomplete"
+#define CMD_COMPLETE "picktag print tags"
+#define CMD_FCOMPLETE "fcomplete"
 #define CMD_GOTO_TAG "!picktag fetch tags"
 
 /* Command used to open file in editor at a given line */