1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
wezterm/config
Alex Gartrell ee4b4b598c Add ActivateLastTab command
This replicates `last-window` in tmux. To pull this off, I
deliberately store the last tab whenever I'm activating a new one or
spawning a new one. I had to do this explicitly rather than hooking
set_active, because we end up setting the active tab briefly for some
common operations like moving a tab.
2021-04-02 09:14:59 -07:00
..
src Add ActivateLastTab command 2021-04-02 09:14:59 -07:00
build.rs lint: fix some clippy stuff 2021-03-25 10:05:34 -07:00
Cargo.toml fixup build to not consider termwiz tags as wezterm tags 2021-03-17 21:02:03 -07:00