Open tmux session inside alacritty
This commit is contained in:
@@ -115,6 +115,10 @@ bindings = [
|
|||||||
[terminal]
|
[terminal]
|
||||||
osc52 = "CopyPaste" # Enable OSC 52 for clipboard support
|
osc52 = "CopyPaste" # Enable OSC 52 for clipboard support
|
||||||
|
|
||||||
|
[terminal.shell]
|
||||||
|
program = "/usr/bin/tmux"
|
||||||
|
args = ["new-session", "-A", "-s", "main"]
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 10000
|
history = 10000
|
||||||
multiplier = 3
|
multiplier = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user