use alt-t for new wezterm tab on linux

This commit is contained in:
Noah Masur 2024-08-18 16:41:31 -04:00
parent a9cdf6ac38
commit e43f6cf000
No known key found for this signature in database

View File

@ -169,7 +169,7 @@
-- super-t open new tab in new dir
{
key = 't',
mods = 'SUPER',
mods = ${if pkgs.stdenv.isDarwin then "'SUPER'" else "'ALT'"},
action = wezterm.action.SpawnCommandInNewTab {
cwd = wezterm.home_dir,
},