Commands to resize panes; also a pane generic cmd, not used yet.

This commit is contained in:
Nicholas Marriott
2009-01-12 19:23:14 +00:00
parent 7cd3cf0ead
commit c35a50b21a
9 changed files with 337 additions and 6 deletions

3
TODO
View File

@ -101,3 +101,6 @@
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)