aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-12 23:37:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-12 23:37:02 +0000
commit60bfaf5baef7872c6e6e57ac33cf928afd198a55 (patch)
tree4d62d3b54088a1ec4fb16f993c90b24b222fdf5b /TODO
parente099a78b4cb8a746387703f8b8a5baf072337713 (diff)
downloadrtmux-60bfaf5baef7872c6e6e57ac33cf928afd198a55.tar.gz
rtmux-60bfaf5baef7872c6e6e57ac33cf928afd198a55.tar.bz2
rtmux-60bfaf5baef7872c6e6e57ac33cf928afd198a55.zip
prefix-time option to allow multiple commands without additional prefixes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4f489dae..28b0c523 100644
--- a/TODO
+++ b/TODO
@@ -61,12 +61,10 @@
- tty.c is a bit ugly
- document default-path
- document xterm-keys
-- document server-info
- document window options changes
-- document clock-mode
- document password/locking commands
-- document lock-after-time
- document panes and window splitting: split-window and switch-pane
+- document prefix-time
- a command to display the status line briefly when it is turned off
- neww should support -k
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw, more??
@@ -93,7 +91,6 @@
swap-panes
close-pane
move-pane (to window)
- pane resizing
>2 panes per window
- would be nice if tmux could be the shell
- some sort of extension to command prompt so can do eg
@@ -101,7 +98,4 @@
bind r command-prompt 'renamew "%%"'
which then asks for a string, substitutes %% in command and executes it
- fix rxvt cursor fg issue (text under cursor has non-white fg)
-- should have a repeat-command delay - if you execute a key binding then
- press another key within the delay time it is treated as if it was anoth
- key binding (ie the ^A prefix is implied)
- key handling sucks a bit and needs to be reworked