Skip to content

Commit cf26596

Browse files
committed
ghostty: option as alt for left key
1 parent 087de0b commit cf26596

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/common/ghostty.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ in merge <| mkIf config.isDesktop {
3535
window-decoration = config.isDarwin;
3636
macos-titlebar-style = "tabs";
3737

38+
macos-option-as-alt = "left";
39+
3840
config-file = toString <| pkgs.writeText "base16-config" ghosttyConfig;
3941

4042
keybind = mapAttrsToList (name: value: "ctrl+shift+${name}=${value}") {

0 commit comments

Comments
 (0)