aboutsummaryrefslogtreecommitdiffstats
path: root/wezterm
diff options
context:
space:
mode:
Diffstat (limited to 'wezterm')
-rw-r--r--wezterm/.config/wezterm/wezterm.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua
index 2af1162..dc03d78 100644
--- a/wezterm/.config/wezterm/wezterm.lua
+++ b/wezterm/.config/wezterm/wezterm.lua
@@ -37,6 +37,8 @@ config.keys = {
mods = 'ALT',
action = wezterm.action.PaneSelect,
},
+ { key = 'p', mods = 'ALT', action = wezterm.action.ScrollToPrompt(-1) },
+ { key = 'n', mods = 'ALT', action = wezterm.action.ScrollToPrompt(1) },
}
config.color_scheme = 'Dracula'