diff options
| -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 |
