From 3cec5bf0bf7daf40e90c72ffa32aec4642ef5663 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 27 Mar 2018 19:17:54 -0400 Subject: [PATCH] updated TOT and added new tag --- TODO.md | 10 ++++++++++ tide.c | 1 + 2 files changed, 11 insertions(+) diff --git a/TODO.md b/TODO.md index 96d294a..45af575 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,16 @@ Up Next: * B2+B1 click executes command with selection as argument * add command line flags to toggle options (Tabs, Indent, etc..) +Tags: + +* Clear - Clear the current window's edit buffer +* Line - Get the current line number(s) containing the selection +* Kill - Kill a background command +* Font - Toggle font between monospace and proportional or set the font +* ID - Get window id of the X window +* Zerox - Create a copy of the window +* Lang - Set the language for syntax highlighting + The Future: * Wily-like rc file for registering builtins diff --git a/tide.c b/tide.c index 14a7f5f..e95c44b 100644 --- a/tide.c +++ b/tide.c @@ -519,6 +519,7 @@ static Tag Builtins[] = { { .tag = "GoTo", .action = jump_to }, { .tag = "Get", .action = get }, { .tag = "Indent", .action = indent }, + { .tag = "New", .action = new_win }, { .tag = "Paste", .action = paste }, { .tag = "Put", .action = put }, { .tag = "Redo", .action = tag_redo }, -- 2.52.0