mirror of
https://github.com/tmux/tmux.git
synced 2025-04-06 08:08:49 +00:00
Reorder a bit.
This commit is contained in:
parent
5bd33f5f7f
commit
3f20549f66
37
TODO
37
TODO
@ -13,12 +13,9 @@
|
|||||||
- status-fg/status-bg should be able to set attributes: bold, etc
|
- status-fg/status-bg should be able to set attributes: bold, etc
|
||||||
- refer to windows by name etc (duplicates? fnmatch?)
|
- refer to windows by name etc (duplicates? fnmatch?)
|
||||||
- commands:
|
- commands:
|
||||||
command to run something without a window at all - output to window-more
|
|
||||||
command to purge window history
|
|
||||||
extend list-clients to list clients attached to a session (-a for all?)
|
extend list-clients to list clients attached to a session (-a for all?)
|
||||||
bring back detach-session to detach all clients on a session?
|
bring back detach-session to detach all clients on a session?
|
||||||
clone-session command to link all windows to a new session
|
clone-session command to link all windows to a new session
|
||||||
- function groups, bind-key ^W { select-window 0; send-key ^W } etc ***
|
|
||||||
- allow fnmatch for -c, so that you can, eg, detach all clients
|
- allow fnmatch for -c, so that you can, eg, detach all clients
|
||||||
- bind non prefix keys
|
- bind non prefix keys
|
||||||
- garbage collect window history (100 lines at a time?) if it hasn't been used
|
- garbage collect window history (100 lines at a time?) if it hasn't been used
|
||||||
@ -27,17 +24,12 @@
|
|||||||
- audit copy/scroll and other modes for problems with very small windows
|
- audit copy/scroll and other modes for problems with very small windows
|
||||||
- split clients into three RB trees by fd: attached/unattached/dead?
|
- split clients into three RB trees by fd: attached/unattached/dead?
|
||||||
or tailqs? what would be fastest per-char?
|
or tailqs? what would be fastest per-char?
|
||||||
- window splitting?
|
|
||||||
- c/p is still borken in some ways
|
- c/p is still borken in some ways
|
||||||
- better mode features: search, back word, forward word, etc
|
- better mode features: search, back word, forward word, etc
|
||||||
- flags to centre screen in window
|
- flags to centre screen in window
|
||||||
- better terminal emulation (identify, insert mode, some other bits)
|
- better terminal emulation (identify, insert mode, some other bits)
|
||||||
- when resizing, use history
|
- when resizing, use history
|
||||||
- audit for leftover/unused code
|
- audit for leftover/unused code
|
||||||
- commands: load-buffer -b number filename
|
|
||||||
copy-buffer -s src-session -t dst-session
|
|
||||||
-a src-index -b dst-index
|
|
||||||
(copy from other session)
|
|
||||||
- activity/bell should be per-window not per-link? what if it is cur win in
|
- activity/bell should be per-window not per-link? what if it is cur win in
|
||||||
session not being watched?
|
session not being watched?
|
||||||
- tidy up window modes
|
- tidy up window modes
|
||||||
@ -51,29 +43,32 @@
|
|||||||
others do not. this might be hard: a flag for each grid line (top bit of size
|
others do not. this might be hard: a flag for each grid line (top bit of size
|
||||||
maybe)? a single flag is insufficient as can't then tell when to /stop/
|
maybe)? a single flag is insufficient as can't then tell when to /stop/
|
||||||
unwrapping
|
unwrapping
|
||||||
- more # commands in status-left,right eg #H for hostname, #S for session name
|
|
||||||
- input.c is too complicated. simplify?
|
- input.c is too complicated. simplify?
|
||||||
- try change from pass-though model to redraw model (use updated screen
|
- try change from pass-though model to redraw model (use updated screen
|
||||||
data). maybe too slow though?
|
data). maybe too slow though?
|
||||||
- use a better termcap internally instead of screen, perhaps xterm
|
- use a better termcap internally instead of screen, perhaps xterm
|
||||||
- tty.c is a bit ugly
|
- tty.c is a bit ugly
|
||||||
- a command to display the status line briefly when it is turned off
|
- 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??
|
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw, more??
|
||||||
- clone session command
|
- clone session command
|
||||||
- panes:
|
- kill all but current pane
|
||||||
swap-panes
|
|
||||||
close-pane
|
|
||||||
move-pane (to window)
|
|
||||||
kill all but current
|
|
||||||
should be able to move to a hidden pane and it would be moved into view
|
|
||||||
- would be nice if tmux could be the shell
|
|
||||||
- fix rxvt cursor fg issue (text under cursor has non-white fg)
|
- fix rxvt cursor fg issue (text under cursor has non-white fg)
|
||||||
- key handling sucks a bit and needs to be reworked
|
- key handling sucks a bit and needs to be reworked
|
||||||
- window selection mode a la C-a " in screen
|
- would be nice if tmux could be the shell
|
||||||
generic choice code, then: choose-window and choose-session options
|
- key to switch to copy mode from scroll mode
|
||||||
which build a list of options (name, idx), pass them choice code,
|
- flag to scroll-mode/copy-mode to automatically scroll up a page
|
||||||
then convert the return idx back into pointer and select the item
|
|
||||||
|
soon:
|
||||||
|
- swap-panes
|
||||||
|
- move-pane (to window)
|
||||||
|
- should be able to move to a hidden pane and it would be moved into view
|
||||||
|
- more # commands in status-left,right eg #H for hostname, #S for session name
|
||||||
|
- command to run something without a window at all - output to window-more
|
||||||
|
- command to purge window history
|
||||||
|
- command: load-buffer -b number filename
|
||||||
|
- command: copy-buffer -s src-session -t dst-session -a src-index -b dst-index (copy from other session)
|
||||||
|
- function groups, bind-key ^W { select-window 0; send-key ^W } etc ***
|
||||||
|
- neww should support -k
|
||||||
|
|
||||||
for 0.6:
|
for 0.6:
|
||||||
- document pane stuff: up-/down-/select-/kill-pane, split-window
|
- document pane stuff: up-/down-/select-/kill-pane, split-window
|
||||||
|
Loading…
Reference in New Issue
Block a user