You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the ability to set keybindings in the configuration that modify the active session's configuration (or tab/pane). There should at least be a way to flip between Boolean values, though I'm not sure what the value of setting arbitrary string values (outside of enums) for options such as default_layout would be here. I think as an MVP for this feature, only Boolean options should be supported.
The Ctrl z p keybinding activates the TogglePaneFrames action, which is like toggling the pane_frames option, though is built-in.
Why?
I would like to toggle copy_on_select so that I can highlight text I've dumped with cat.
Challenges
We probably wouldn't want to end up in a situation where a keybinding causes a recursive reconfiguration so maybe this feature should be limited in scope. Maybe it would be fine if it does happen?
Related Issues
These are issues I've read that seem similar to my request.
What?
I would like the ability to set keybindings in the configuration that modify the active session's configuration (or tab/pane). There should at least be a way to flip between Boolean values, though I'm not sure what the value of setting arbitrary string values (outside of enums) for options such as
default_layout
would be here. I think as an MVP for this feature, only Boolean options should be supported.The
Ctrl z p
keybinding activates theTogglePaneFrames
action, which is like toggling thepane_frames
option, though is built-in.Why?
I would like to toggle
copy_on_select
so that I can highlight text I've dumped withcat
.Challenges
We probably wouldn't want to end up in a situation where a keybinding causes a recursive reconfiguration so maybe this feature should be limited in scope. Maybe it would be fine if it does happen?
Related Issues
These are issues I've read that seem similar to my request.
The text was updated successfully, but these errors were encountered: