From 7b5f57da03054ecd2cf290f808269ec6a62e98a0 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 15 May 2025 15:36:25 +0200 Subject: [PATCH] Revert "Changes keybind for scrollback" This reverts commit 203c084b77346b718c469c34e833b787800669b5. --- home/modules/wezterm/config/keybindings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/wezterm/config/keybindings.lua b/home/modules/wezterm/config/keybindings.lua index fde8d79..3351d26 100644 --- a/home/modules/wezterm/config/keybindings.lua +++ b/home/modules/wezterm/config/keybindings.lua @@ -42,8 +42,8 @@ function M.apply_to_config(config) }), }, { - key = "X", - mods = "CTRL", + key = "L", + mods = "CTRL|SHIFT", action = wezterm.action.ClearScrollback("ScrollbackAndViewport"), }, -- Navigation