mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-18 04:40:40 +01:00
Sync with reality.
This commit is contained in:
parent
cddb781127
commit
932f0a757f
5
TODO
5
TODO
@ -40,14 +40,11 @@
|
|||||||
capabilities
|
capabilities
|
||||||
- would be nice to be able to use "--" to mark start of command w/ neww etc
|
- would be nice to be able to use "--" to mark start of command w/ neww etc
|
||||||
to avoid quoting
|
to avoid quoting
|
||||||
- goto line and search history in copy/scroll modes
|
|
||||||
- clone session command
|
- clone session command
|
||||||
- make command sequences more usable: don't require space after ;, handle
|
- make command sequences more usable: don't require space after ;, handle
|
||||||
errors better
|
errors better
|
||||||
- key to switch to copy mode from scroll mode
|
|
||||||
- attach should have a flag to create session if it doesn't exist
|
- attach should have a flag to create session if it doesn't exist
|
||||||
- rename split-window -> split-pane??
|
- rename split-window -> split-pane??
|
||||||
- fix UTF-8 guesswork on sparc64, improve tty checks
|
|
||||||
- choice and more mode would be better per client than per window?
|
- choice and more mode would be better per client than per window?
|
||||||
- hooks to which commands may be attached, for example: tmux add-hook
|
- hooks to which commands may be attached, for example: tmux add-hook
|
||||||
"new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
|
"new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
|
||||||
@ -85,7 +82,6 @@
|
|||||||
to be smaller by other clients. pan smaller terminal? (like screen F)
|
to be smaller by other clients. pan smaller terminal? (like screen F)
|
||||||
-- idea of a "view" onto a window, need base x/y offsets
|
-- idea of a "view" onto a window, need base x/y offsets
|
||||||
for redraw
|
for redraw
|
||||||
- a window option which means data is echoed to all panes in a window
|
|
||||||
- support running tmux from inside tmux [#(), if-shell] --
|
- support running tmux from inside tmux [#(), if-shell] --
|
||||||
generic system-like function which may take a callback
|
generic system-like function which may take a callback
|
||||||
also sets up environment (TMUX) and has a timeout
|
also sets up environment (TMUX) and has a timeout
|
||||||
@ -97,7 +93,6 @@
|
|||||||
- way to copy stuff that is off screen due to resize
|
- way to copy stuff that is off screen due to resize
|
||||||
- fix line wrapping c&p problems in xterm etc
|
- fix line wrapping c&p problems in xterm etc
|
||||||
- a way to address panes by name ("top-left") and position ("0,0")
|
- a way to address panes by name ("top-left") and position ("0,0")
|
||||||
- ability to specify multiple prefix keys
|
|
||||||
- commands should be able to succeed or fail and have || or && for command
|
- commands should be able to succeed or fail and have || or && for command
|
||||||
lists
|
lists
|
||||||
- support the mouse wheel to scroll through history
|
- support the mouse wheel to scroll through history
|
||||||
|
Loading…
Reference in New Issue
Block a user