## 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
* 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
#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 */