summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-03-27 21:02:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-03-27 21:02:27 +0000
commitb9216d9566832b2a16db14e20e08b090075a9236 (patch)
tree3cd2038a184ac85ba81f948e5d3b019ddad36b44 /TODO
parenta9eb5e12ec5f904a1ff6836eec488a43cacd937b (diff)
Done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index e51e5172..e5253cd3 100644
--- a/TODO
+++ b/TODO
@@ -101,8 +101,6 @@
- a history of commands that can be reversed (reverse member of each command,
and a buffer) info() when changing to same window
- don't pass UTF-8 through vis for titles
-- add a unique ever-increasing pane id to each pane, export it in $TMUX_PANE
- (as %1, %2 etc) and allow it to be used as a target
- way to add dest for break-pane; maybe some easier way to unbreak-pane
- case insensitive searching
- pane-index option like base-index
@@ -117,8 +115,6 @@
key is looked up in that table
- pass shell commands as argv rather than strings, allow them to be specified
in commands without quotes
-- combine all options into 1 table (inc defaults) - can use C99 .foo = blah
- syntax
- a command to choose from a generic list, so you can do eg
choose-list -l Abc,Moo,Blah "run-shell 'sh /my/choose/script %%'"
- else part for if-shell