mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 07:35:38 +00:00
use alt-t for new wezterm tab on linux
This commit is contained in:
parent
a9cdf6ac38
commit
e43f6cf000
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user