aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-29 20:18:07 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-29 20:18:07 +0100
commit87bd8965c6128a0238cd1488e5c89bde95968eb1 (patch)
tree231e9cbc0d0d4d681237667216032d2898f6cae4
parent2aa517c805e7f3728b43ace6841913ed5b98c0b8 (diff)
downloadrtmux-87bd8965c6128a0238cd1488e5c89bde95968eb1.tar.gz
rtmux-87bd8965c6128a0238cd1488e5c89bde95968eb1.tar.bz2
rtmux-87bd8965c6128a0238cd1488e5c89bde95968eb1.zip
Add to CHANGES & remove from TODO.
-rw-r--r--CHANGES5
-rw-r--r--TODO3
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index ee1945f3..6c8dc321 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES FROM 2.9 to X.X
+* Add keys to jump between matching brackets (emacs C-M-f and C-M-b, vi %).
+
+* Add a -e flag to new-window, split-window, respawn-window, respawn-pane to
+ pass environment variables into the newly created process.
+
* Hooks are now stored in the options tree as array options, allowing them to
have multiple separate commands. set-hook and show-hooks remain but
set-option and show-options can now also be used (show-options will only show
diff --git a/TODO b/TODO
index 59c31cc8..03e02bb0 100644
--- a/TODO
+++ b/TODO
@@ -147,12 +147,9 @@
TODO soonish maybe:
-- -E flag to pass environment to new-*, issue 1498.
- Copy mode searching is slow when there is a big history, issue 1545.
- Grid "block" stuff, issue 1269. Can be used potentially for compression of
history (bit silly really though), reflow performance (can reflow blocks on
demand). It would possibly be good if history-limit could be global and
collected LRU.
-- Command aliases should be able to override builtin commands in order to add
- default flags (some mechanism needed to avoid recursion). GitHub issue 1630.
- Merge alternate and normal screen modes: https://gitlab.freedesktop.org/terminal-wg/specifications/issues/5#note_112220