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 :.-.
This commit is contained in:
Nicholas Marriott
2010-03-15 22:03:38 +00:00
parent 4de04fac2c
commit aa8f9018ea
9 changed files with 201 additions and 149 deletions

5
TODO
View File

@ -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