diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-16 19:32:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-16 19:32:29 +0000 |
commit | e4cf738e36485f27ef0d476e539d73bdae7fd730 (patch) | |
tree | 4d51c826e8619efb7ac689bb695f1844b22dceef /TODO | |
parent | 24d04208c7eb3ec47fad1b652773c9f58bb3aa30 (diff) | |
download | rtmux-e4cf738e36485f27ef0d476e539d73bdae7fd730.tar.gz rtmux-e4cf738e36485f27ef0d476e539d73bdae7fd730.tar.bz2 rtmux-e4cf738e36485f27ef0d476e539d73bdae7fd730.zip |
Add tabs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ - would be nice if tmux could be the shell - key to switch to copy mode from scroll mode - flag to scroll-mode/copy-mode to automatically scroll up a page +- some people find first window being 0 rather than 1 is awkward on the keyboard. what about a new-window-index option that sets the base at which tmux starts numbering new windows, then they can do: set -g new-window-index 1; bind 0 selectw -t:10 +- suspend-client command bound to ^Z soon: - swap-pane-up, swap-pane-down |