Shift-enter in ghostty (#123)

This commit is contained in:
Patrick Stevens
2025-07-16 21:05:09 +01:00
committed by GitHub
parent 7ebe1d3347
commit 7a8a0d8364

View File

@@ -1,6 +1,12 @@
{pkgs, ...}: {
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
keybind = [
"shift+enter=text:\\n"
];
};
};
home.packages = [