mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
flake update, wezterm update and nvim config update
This commit is contained in:
parent
19f70f19e4
commit
407adf52c0
3 changed files with 18 additions and 17 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue