We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd16f2 commit fdb5cc6Copy full SHA for fdb5cc6
CHANGES
@@ -6,6 +6,13 @@
6
7
#### What's new
8
9
+- #479: Support loading tmux server with config file by passing `-f`
10
+
11
+ Note: This matches the behavior of `tmux`'s `-f`, the configuration will only
12
+ once when the server is started. If you need to apply source to a server after
13
+ it is running then use `tmux source-file`.
14
15
+ Credit: @lins05, via #734
16
- #672: Panes now accept `shell` for their initial command.
17
18
Equivalent to `tmux split-windows`'s `[shell-command]`
0 commit comments