From 51e61f0137c2be285897447fcc55d741c3aa186d Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 9 Jan 2019 14:46:58 -0500 Subject: [PATCH] fixed a bug where autocomplete results always went to EDIT region --- TODO.md | 3 +-- config.h | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 24ee76f..6c02eef 100644 --- 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 diff --git a/config.h b/config.h index a25f273..d8033da 100644 --- a/config.h +++ b/config.h @@ -14,8 +14,8 @@ enum { /* Color Names */ #define CMD_TIDE "!tide" #define CMD_PICKFILE "!pickfile ." -#define CMD_COMPLETE "