ghostty: don't start nvim automatically

This commit is contained in:
Daniel Lundin 2025-01-09 14:52:31 +01:00
parent c68bdd3818
commit f263c95f03
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -29,7 +29,6 @@
unfocused-split-opacity = 1.0;
shell-integration = "fish";
initial-command = "nvim-remote";
window-decoration = true;
gtk-single-instance = true;
@ -129,7 +128,7 @@
"TerminalEmulator"
];
exec = ''
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote"
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel"
'';
genericName = "Ghostty (devel)";
icon = "com.mitchellh.ghostty";