aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-16 00:12:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-16 00:12:41 +0000
commit68aedad849ada18155ad62a3c407e5764a542e01 (patch)
tree4fd4721e045c2064ffbe69dde114c19b7aad94f8
parent5aa3098bb6c25e954cacc168a599d78447b4d005 (diff)
downloadrtmux-68aedad849ada18155ad62a3c407e5764a542e01.tar.gz
rtmux-68aedad849ada18155ad62a3c407e5764a542e01.tar.bz2
rtmux-68aedad849ada18155ad62a3c407e5764a542e01.zip
Some comments.
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index dec6af5a..24855fb4 100644
--- a/TODO
+++ b/TODO
@@ -59,11 +59,11 @@
- flag to scroll-mode/copy-mode to automatically scroll up a page
soon:
-- swap-panes
+- swap-pane-up, swap-pane-down
- move-pane (to window)
- should be able to move to a hidden pane and it would be moved into view
-- command to run something without a window at all - output to window-more
-- command to purge window history
+- command to run something without a window at all - output to window-more. what for? isnt this the same as doing it w/ splitw/neww now?
+- command to purge window history? or apply history-limit changes?
- command: load-buffer -b number filename
- command: copy-buffer -s src-session -t dst-session -a src-index -b dst-index (copy from other session)
- function groups, bind-key ^W { select-window 0; send-key ^W } etc ***