Skip to content

Commit

Permalink
startingKeys: Add {}
Browse files Browse the repository at this point in the history
  • Loading branch information
nyawox committed Jun 12, 2024
1 parent f9bf9e8 commit f1c5eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kanata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ with lib; let
# S-' -> "
# S-; -> :
# S-. -> <
startingKeys = ["spc" "tab" ";" "/" "S-;" "S-." "S-9" "S-'" "S-ret" "ret"];
# S-[ -> {
startingKeys = ["spc" "tab" ";" "/" "S-;" "S-." "S-9" "S-[" "S-'" "S-ret" "ret"];

mkWordStartingRules = startingKey:
lib.concatMapStringsSep "\n" (rule:
Expand Down

0 comments on commit f1c5eef

Please sign in to comment.