tmux: persistent terminals + nvim edit helper M-1
This commit is contained in:
parent
1a193f3699
commit
debc52a179
4 changed files with 33 additions and 28 deletions
home/common
|
@ -124,7 +124,7 @@ in
|
|||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''launch-ghostty --class=com.mitchellh.ghostty-local'';
|
||||
exec = ''launch-ghostty --class=com.mitchellh.ghostty-local -e "tmux new-session -A -s0 -nt1"'';
|
||||
genericName = "Ghostty (local)";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
name = "Ghostty (local)";
|
||||
|
@ -141,7 +141,7 @@ in
|
|||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''launch-ghostty --class=com.mitchellh.ghostty-nemo -e "ssh nemo"'';
|
||||
exec = ''launch-ghostty --class=com.mitchellh.ghostty-nemo -e "ssh -t nemo tmux new-session -A -s0 -nt1"'';
|
||||
genericName = "Ghostty (nemo)";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
name = "Ghostty (nemo)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue