From aa8f9018ea16511b4a8da1c33c135495c954a81b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 15 Mar 2010 22:03:38 +0000 Subject: Support up, down, left, right movement through panes with -UDLR flags to select-pane. Also remove up- and down-pane: equivalent behaviour is now available using -t :.+ and -t :.-. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9c4e311a..0f5a0857 100644 --- a/TODO +++ b/TODO @@ -125,11 +125,12 @@ - command to show status line information briefly when it is off - some way to pad # stuff with spaces, #!2T maybe - FreeBSD console problems +- + and - should be more powerful: + - wrap for windows like panes + - +2 -2 etc to move by two For 1.3: -1 new input parser -2 move left/right/up/down around panes not just next/previous 3 why are alerts per-winlink? try per window? 4 audit of escape sequence support vs xterm 5 double C-a should walk back over wrapped lines like C-e -- cgit