mirror of
https://github.com/RGBCube/ncc
synced 2025-09-12 17:17:57 +00:00
ghostty: option as alt for left key
This commit is contained in:
parent
087de0b0fc
commit
cf26596e1e
1 changed files with 2 additions and 0 deletions
|
@ -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}") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue