Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RenameSession similar to RenameTab #3626

Open
danielyrovas opened this issue Sep 25, 2024 · 0 comments
Open

RenameSession similar to RenameTab #3626

danielyrovas opened this issue Sep 25, 2024 · 0 comments

Comments

@danielyrovas
Copy link

Currently I have a keybind that can switch me into a Rename mode for panes and tabs. I'd like to have the same for the current session:

keybinds clear-defaults=true {
    pane {
        bind "r" { SwitchToMode "RenamePane"; PaneNameInput 0;}
    }
    tab {
        bind "r" { SwitchToMode "RenameTab"; TabNameInput 0; }
    }
    session {
        # bind "r" { SwitchToMode "RenameSession"; SessionNameInput 0; }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant