Nicholas Marriott
e30b0f75d6
Merge branch 'floating_panes' into floating_panes_staging
2026-06-01 19:35:56 +01:00
Nicholas Marriott
d8547fc721
Merge branch 'master' into floating_panes
2026-06-01 19:35:29 +01:00
nicm
b20ff9a658
Add pane_x, y, z format variables and show in list-panes.
2026-06-01 19:35:12 +01:00
Thomas Adam
0eff3b6b97
Merge branch 'obsd-master'
2026-06-01 19:30:06 +01:00
nicm
f6557d1ea2
Add a Z sort order in tree mode.
2026-06-01 18:19:51 +00:00
Nicholas Marriott
68fdc4fcbe
Merge branch 'master' into floating_panes
2026-06-01 15:28:25 +01:00
Thomas Adam
0b773dd792
Merge branch 'obsd-master'
2026-06-01 15:15:06 +01:00
nicm
b68ab3a4b4
Add pane_x, y, z format variables and show in list-panes.
2026-06-01 14:01:09 +00:00
Nicholas Marriott
73326dd586
Merge branch 'floating_panes' into floating_panes_staging
2026-06-01 12:20:16 +01:00
Nicholas Marriott
398cb6fb4a
Merge branch 'master' into floating_panes
2026-06-01 12:20:03 +01:00
Thomas Adam
e778f7f805
Merge branch 'obsd-master'
2026-06-01 09:45:06 +01:00
nicm
3bff7a9e62
Allow run-shell arguments after a shell command to be expanded as #1 , #2
...
and so on. From Rasmus Thystrup Karstensen in GitHub issue 5121.
2026-06-01 08:27:37 +00:00
Thomas Adam
daf9988b3a
Merge branch 'obsd-master'
2026-05-27 20:15:06 +01:00
nicm
ee67452772
Add window-pane-status-format options and adjust the default second
...
status line to show panes, also change how window-style is checked now
it is a pane option.
2026-05-27 18:57:10 +00:00
Nicholas Marriott
73212da993
Remove some non-FP code and remove explicit inheritance of pane options.
2026-05-27 19:51:48 +01:00
Thomas Adam
7a15dc6772
Merge branch 'obsd-master'
2026-05-25 16:15:06 +01:00
Nicholas Marriott
7c517fc958
Some more bits remove from staging; SIXEL etc.
2026-05-25 15:58:33 +01:00
Nicholas Marriott
46ddb6e294
Remove bits not in staging branch.
2026-05-25 15:54:21 +01:00
nicm
bfd7f468ce
pane_zoomed_flag went missing somewhere in tmux.1, put it back.
2026-05-25 14:53:09 +00:00
Nicholas Marriott
a6986864db
Merge branch 'master' into floating_panes
2026-05-24 10:05:56 +01:00
Thomas Adam
c67787536b
Merge branch 'obsd-master'
2026-05-23 18:00:06 +01:00
nicm
3cfc96d4de
Add missing argument to %unlinked-window-renamed, reported by Andrew
...
Grangaard.
2026-05-23 16:43:04 +00:00
Dane Jensen
0a7b008b21
Changed minimised semantics to hide semantics
2026-05-19 21:09:53 -07:00
Nicholas Marriott
f8e908b89c
More trivial merge errors.
2026-05-19 13:26:27 +01:00
Nicholas Marriott
fd4e683151
Merge branch 'master' into floating_panes
2026-05-18 11:10:09 +01:00
Thomas Adam
a9ba7b8ecb
Merge branch 'obsd-master'
2026-05-18 09:38:02 +01:00
nicm
818352c3cd
Add some more explanatory text about targets, GitHub issue 4850.
2026-05-17 11:12:07 +00:00
nicm
4cea1c7189
Add new-pane command, currently this is equivalent to split-window but
...
it will have minor differences for floating panes in future. Also add
-R/-s/-S/-k/-m flags to control border and style and behaviour, like
popups. GitHub issue 5027 from Dane Jensen.
2026-05-17 10:44:53 +00:00
Nicholas Marriott
6b16e93f1b
Merge branch 'master' into floating_panes
2026-05-12 12:38:31 +01:00
Thomas Adam
f9d50d580c
Merge branch 'obsd-master'
2026-05-07 12:01:08 +01:00
nicm
962e565591
Add Emacs-style recentre-top-bottom, GitHub issue 5053 from sinyax75 at
...
gmail dot com.
2026-05-07 09:15:44 +00:00
Thomas Adam
9d3dcdbc38
Merge branch 'obsd-master'
2026-05-03 20:01:09 +01:00
nicm
d52fabce72
Allow the indicator in tree mode to be customized by two new options:
...
tree-mode-preview-format and tree-mode-preview-style.
2026-05-03 15:02:48 +00:00
Thomas Adam
92522473b0
Merge branch 'obsd-master'
2026-05-01 12:01:08 +01:00
nicm
524f283cc6
Add support for line numbers in copy mode. A new copy-mode-line-numbers
...
option has the following modes: off, default (tmux's normal line
numbering where 0 is the top visible line), absolute (first line in
history is 1), relative (relative to the cursor) and hybrid (current
line is absolute, others relative). Also adds
copy-mode-line-number-style and copy-mode-current-line-number-style to
set the style of the line numbers. When copy mode is entered with the
mouse, line numbers stay off.
From Leo Henon in GitHub issue 5025.
2026-05-01 09:44:42 +00:00
Dane Jensen
a74f173902
more.
2026-04-23 21:53:06 -07:00
Dane Jensen
eec2c19ad1
oversights.
2026-04-23 17:07:53 -07:00
Thomas Adam
bcd17cf99a
Merge branch 'obsd-master'
2026-04-23 11:58:17 +01:00
Nicholas Marriott
3e36ddbceb
Merge pull request #4979 from daneofmanythings/floating_panes--new-pane
...
refactor: Combined the code for `split-window` and `new-pane`
2026-04-22 10:29:07 +03:00
nicm
bc15723f7f
Add feature for progress bar and pass to outside terminal, GitHu issue
...
4972 from Eric Dorland.
2026-04-22 07:25:17 +00:00
nicm
0835980ef1
Remove no longer accurate statement from tmux.1, reported by dkuettel at
...
gmail dot com.
2026-04-22 06:58:59 +00:00
Dane Jensen
a7ad0c4434
Option flag adjustment for eventual consistency.
2026-04-16 11:38:33 -07:00
Michael Grant
271bac5347
Merge branch 'master' into floating_panes
2026-04-15 23:26:02 -04:00
Dane Jensen
7a4e35e317
doc fix.
2026-04-14 13:08:19 -07:00
Dane Jensen
1bc85cb59e
Adjustment from feedback and slight touchups.
2026-04-14 12:40:59 -07:00
Dane Jensen
f992c68fd8
slight touchup
2026-04-13 22:04:08 -07:00
Dane Jensen
4bb7a86753
Tested the new commands and updated documentation.
2026-04-13 21:39:30 -07:00
Thomas Adam
057d169492
Merge branch 'obsd-master'
2026-04-13 12:01:08 +01:00
nicm
147521b757
Add -C flag to command-prompt to match display-message -C (do not freeze
...
panes). From Barrett Ruth in GitHub issue 4978.
2026-04-13 09:33:09 +00:00
Michael Grant
b528fc438c
Merge.
2026-04-05 19:40:56 -04:00