From 2eca63b98e21a4e76d77dedf339da42f7291cc76 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Nov 2018 09:49:49 +0000 Subject: Add to TODO. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index cac3a469..98103473 100644 --- a/TODO +++ b/TODO @@ -118,6 +118,7 @@ * flag to specify environment to new-window, split-window, new-session (issue 1498) * multiple column panes (issue 1503) + * stack of modes rather than first one sticking (issue 1542) - hooks * more hooks for various things @@ -141,3 +142,6 @@ visible as possible * rather than centering cursor it might be better if only moved offset when it gets close to an edge? + +* issues that are not too hard to do: + 1501, 1517, 1498, 1542 -- cgit