aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wezterm/.config/wezterm/init.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/wezterm/.config/wezterm/init.fnl b/wezterm/.config/wezterm/init.fnl
index 62174b7..e9e3044 100644
--- a/wezterm/.config/wezterm/init.fnl
+++ b/wezterm/.config/wezterm/init.fnl
@@ -35,8 +35,8 @@
[ open-url-key
copy-guix-hash-key
{ :key "o" :mods "ALT" :action wezterm.action.PaneSelect }
- { :key "p" :mods "ALT" :action (wezterm.action.ScrollToPrompt -1) }
- { :key "n" :mods "ALT" :action (wezterm.action.ScrollToPrompt 1) }
+ { :key "p" :mods "LEADER" :action (wezterm.action.ScrollToPrompt -1) }
+ { :key "n" :mods "LEADER" :action (wezterm.action.ScrollToPrompt 1) }
{ :key "c" :mods "LEADER" :action (wezterm.action.SendKey { :key "c" :mods "CTRL" }) }
{ :key "c" :mods "LEADER|CTRL" :action (wezterm.action.SendKey { :key "c" :mods "CTRL" }) }
{ :key "s" :mods "LEADER" :action (wezterm.action.ActivateKeyTable { :name "split_pane" :timeout_milliseconds 1000 }) } ])