This commit is contained in:
Jaroslaw Konik 2026-03-27 10:57:17 +01:00
parent ea97852507
commit df83c78d92
2 changed files with 0 additions and 22 deletions

View file

@ -1,3 +0,0 @@
[main]
font = FiraCode Nerd Font:style=Regular:size=12
shell = tmux

View file

@ -1,19 +0,0 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.default_prog = { '/usr/bin/tmux' }
config.color_scheme = 'Kanagawa (Gogh)'
config.enable_tab_bar = false
config.skip_close_confirmation_for_processes_named = {}
config.colors = {
cursor_bg = "#FFFF00"
}
config.mouse_bindings = {
{
event = { Up = { streak = 1, button = 'Left' } },
mods = 'CTRL',
action = wezterm.action.OpenLinkAtMouseCursor,
},
}
return config