diff options
| author | 2026-06-18 12:55:22 -0700 | |
|---|---|---|
| committer | 2026-06-18 12:55:22 -0700 | |
| commit | b6f1e2c08576beb164638e8b25a48c647d4a7a04 (patch) | |
| tree | c8e503259e021e8f017f08946756e5e0bc736bb6 /wezterm | |
| parent | c8a2eb5fde69458ccdff5bf47d8ac44c4bae24c5 (diff) | |
| download | new-dotfiles-b6f1e2c08576beb164638e8b25a48c647d4a7a04.tar.gz new-dotfiles-b6f1e2c08576beb164638e8b25a48c647d4a7a04.zip | |
wezterm: Add leader key
Diffstat (limited to 'wezterm')
| -rw-r--r-- | wezterm/.config/wezterm/wezterm.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wezterm/.config/wezterm/wezterm.fnl b/wezterm/.config/wezterm/wezterm.fnl index eb1bffe..65c15f1 100644 --- a/wezterm/.config/wezterm/wezterm.fnl +++ b/wezterm/.config/wezterm/wezterm.fnl @@ -17,7 +17,7 @@ (local copy-guix-hash-key { :key "G" - :mods "CTRL|SHIFT" + :mods "LEADER" :action (wezterm.action.QuickSelectArgs { :label "copy hash" :patterns [ "[a-z0-9]{52}" ] @@ -44,6 +44,8 @@ :default_cursor_style "SteadyBar" + :leader { :key "c" :mods "CTRL" :timeout_seconds 1000 } + : colors : keys : inactive_pane_hsb |
