mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
wezterm: remove dead code
This commit is contained in:
parent
d294412dd2
commit
b479c947ee
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user