diff --git a/wezterm/config/base.lua b/wezterm/config/base.lua index 302748a..c8f25b4 100644 --- a/wezterm/config/base.lua +++ b/wezterm/config/base.lua @@ -1,8 +1,6 @@ -- A local jumpstart for creating my base configuration. local module = {} -local wezterm = require("wezterm") - function module.apply_to_config(config) -- Quick select-related options. Quite similar to Kitty hints which is -- nice. diff --git a/wezterm/config/events.lua b/wezterm/config/events.lua index 8a92f98..903dec0 100644 --- a/wezterm/config/events.lua +++ b/wezterm/config/events.lua @@ -3,7 +3,7 @@ local wezterm = require("wezterm") local io = require("io") local os = require("os") -wezterm.on("update-right-status", function(window, pane) +wezterm.on("update-right-status", function(window, _) local key = window:active_key_table() if key then key = "TABLE: " .. key