aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-10-13 14:27:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-10-13 14:27:57 +0000
commit6b522bd7705f0871ea45794dca2b563ebbd474b5 (patch)
tree447f9051ee5d378d7fb488e132d474426439f38c
parentedc901d107b2790f35d95169ad2c58ec4b0bf97d (diff)
downloadrtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.tar.gz
rtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.tar.bz2
rtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.zip
+.
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0d032378..e27e04a3 100644
--- a/TODO
+++ b/TODO
@@ -34,7 +34,6 @@
- make command sequences more usable: don't require space after ;, handle
errors better
- attach should have a flag to create session if it doesn't exist
-- rename split-window -> split-pane??
- choice and more mode would be better per client than per window?
- hooks to which commands may be attached, for example: tmux add-hook
"new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
@@ -51,6 +50,7 @@
- list-* vs show-*
- server-info
- up-pane/down-pane/swap-pane -U/swap-pane -D vs next-*/previous-*
+ - split-window -> split-pane??
- tidy up and prioritise todo list ;-)
- neww and attach can create a session if none exists?
would work fine with config file since
@@ -78,3 +78,4 @@
- bind commands to mouse buttons
- UTF-8 to a non-UTF-8 terminal should not be able to balls up
the terminal - www/ruby-addressable; make regress
+- copy mode needs a tidy/cleanup