flake update, wezterm update and nvim config update

This commit is contained in:
Salar Rahmanian 2025-01-22 18:01:06 -08:00
parent 19f70f19e4
commit 407adf52c0
3 changed files with 18 additions and 17 deletions

View file

@ -100,6 +100,7 @@ return {
{ key = 'v', mods = 'SUPER', action = act.PasteFrom 'Clipboard' },
{ key = 'n', mods = 'SUPER', action = act.SpawnWindow },
{ key = 't', mods = 'SUPER', action = act.SpawnTab 'CurrentPaneDomain' },
{ key = 'h', mods = 'SUPER', action = act { SpawnCommandInNewTab = { cwd = wezterm.home_dir } } },
{ key = 'q', mods = 'SUPER', action = act.QuitApplication },
{ key = 'i', mods = 'CTRL|SHIFT', action = act.SwitchToWorkspace },
{
@ -166,5 +167,5 @@ return {
split_nav('resize', 'u'),
},
-- temp fix
front_end = 'WebGpu',
-- front_end = 'WebGpu',
}