From 7118baa340a2679425ad334bc3fd4177a8e8f652 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Jan 2009 18:19:32 +0000 Subject: Allow a selection in vi keys mode... --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4eb9b004..12fbd938 100644 --- a/TODO +++ b/TODO @@ -69,6 +69,8 @@ - clone session command - make command sequences more usable: don't require space around ;, handle errors better +- would be nice if tmux could be the shell (tmux attach, but hard link to tmux + binary as "tmuxsh" or wrapper script?) -- problems with tty dev permissions (hopefully) for 0.7, in no particular order: - swap-pane-up, swap-pane-down (maybe move-pane-*) @@ -78,8 +80,6 @@ (copy from other session) - neww should support -k - flag to scroll-mode/copy-mode to automatically scroll up a page -- would be nice if tmux could be the shell (tmux attach, but hard link to tmux - binary as "tmuxsh" or wrapper script?) - key to switch to copy mode from scroll mode - document suspend-client - document command sequences -- cgit