We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; } } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: