* tide: Kill - add a 'Kill' tag to kill the most recent job
* tide: gap buffer does not handle UTF-8 currently
* edit: hangs after launching an empty tide instance then trying to open already open file
+* script: jump between header and source
+* script: grep to a new window/tag region
## BACKLOG
{ LAUNCH, "edit \"$M0\"", NULL },
{ COMPLETE, NULL, NULL }
},
+ (Rule[]){ /* Open addresses in the current file */
+ { MATCHES, "data", "^:?([0-9]+)" },
+ { ISFILE, "$file", NULL },
+ { LAUNCH, "edit \"$file:$M1\"", NULL },
+ { COMPLETE, NULL, NULL }
+ },
(Rule[]){ /* If it's an existing text file, open it with editor */
{ ISSET, "EDITOR", NULL },
{ ISFILE, "$data", NULL },