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

feat(ux): tmux mode #1073

Merged
merged 4 commits into from Feb 21, 2022
Merged

feat(ux): tmux mode #1073

merged 4 commits into from Feb 21, 2022

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Feb 21, 2022

This adds a hidden "tmux mode" which can be triggered (just like in tmux) with ctrl-b. This mode offers basic built-in tmux shortcuts:
<←↓↑→> Move focus / <"> Split Down / <%> Split Right / <z> Fullscreen / <c> New Tab / <,> Rename Tab / <p> Previous Tab / <n> Next Tab

So that (for example): pressing ctrl-b + " would split the focused pane down.

This is intended to help people migrating from tmux to feel more at home.

@imsnif imsnif merged commit a0a0a7e into main Feb 21, 2022
@jarod
Copy link

jarod commented Mar 8, 2022

use ctrl-b is really a bad idea, ctrl-b is hotkey for readline move backward. we can opt-out with config of clause.

@har7an har7an deleted the tmux-mode branch October 23, 2022 15:10
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

Successfully merging this pull request may close these issues.

None yet

2 participants