Save current os window's tab into a session #9149
jackielii
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today I tried to setup Kitty Session similar to the Tmux experience I had: press
ctrl+a>Sto save current os_window tabs to a sessionTurns out not as easy as I thought. There were two problems with it:
--matchselector that selects all tabs in current os windowSo I created:
~/.local/share/kitty/sessions/)maps in kitty.conf:
save session kitten:
fzf switch:
Source: https://github.com/jackielii/dotfiles/tree/main/.config/kitty
disclaimer: claude code wrote most of this code
Beta Was this translation helpful? Give feedback.
All reactions