Skip to content

Instantly share code, notes, and snippets.

@Olli
Created November 19, 2025 07:15
Show Gist options
  • Select an option

  • Save Olli/a62603b12e54e854e67b78849975c17b to your computer and use it in GitHub Desktop.

Select an option

Save Olli/a62603b12e54e854e67b78849975c17b to your computer and use it in GitHub Desktop.
Wezterm New Tab with home directory to start from
config.keys = {
{
key = "t",
mods = "SUPER",
action = wezterm.action.SpawnCommandInNewTab({ cwd = wezterm.home_dir }),
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment