mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25: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
|
-- super-t open new tab in new dir
|
||||||
{
|
{
|
||||||
key = 't',
|
key = 't',
|
||||||
mods = 'SUPER',
|
mods = ${if pkgs.stdenv.isDarwin then "'SUPER'" else "'ALT'"},
|
||||||
action = wezterm.action.SpawnCommandInNewTab {
|
action = wezterm.action.SpawnCommandInNewTab {
|
||||||
cwd = wezterm.home_dir,
|
cwd = wezterm.home_dir,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user