1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 01:27:56 +00:00

ghostty: option as alt for left key

This commit is contained in:
RGBCube 2025-08-21 19:07:40 +03:00
parent 087de0b0fc
commit cf26596e1e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -35,6 +35,8 @@ in merge <| mkIf config.isDesktop {
window-decoration = config.isDarwin;
macos-titlebar-style = "tabs";
macos-option-as-alt = "left";
config-file = toString <| pkgs.writeText "base16-config" ghosttyConfig;
keybind = mapAttrsToList (name: value: "ctrl+shift+${name}=${value}") {