wezterm caseless search

This commit is contained in:
TheK0tYaRa 2026-03-15 09:49:53 +02:00
parent 173f43aeb0
commit 0b9c676fc4

View file

@ -900,6 +900,9 @@
extraConfig = ''
local wezterm = require 'wezterm'
keys = { { key = 'F', mods = 'CTRL|SHIFT', action = wezterm.action.Search({ CaseInSensitiveString = "" }) } }
local config = wezterm.config_builder()
config.default_prog = { "fish", "--login" --, "-c", "tmux attach -t dev || tmux new -s dev"