For the tmux command, there is the following section on the desktop client:
KEY BINDINGS (AFTER CTRL+B)
d: Detach from session
c: Create new window
n/p: Next/previous window
0-9: Switch to window number
": Split pane horizontally
%: Split pane vertically
o: Switch pane
x: Kill pane
z: Zoom pane (toggle)
[: Enter copy mode
?: List all key bindings
I believe the command to rename windows ctrl +b , should be included as well. Perhaps like:
KEY BINDINGS (AFTER CTRL+B)
d: Detach from session
c: Create new window
,: Rename current window
n/p: Next/previous window
0-9: Switch to window number
": Split pane horizontally
%: Split pane vertically
o: Switch pane
x: Kill pane
z: Zoom pane (toggle)
[: Enter copy mode
?: List all key bindings
There are other command keys missing from the Ctrl + b prefix key group. I would be happy to include this one and others in a PR, if it's a relatively simple change to the codebase (the assets/commands/tmux.md file?), but I'm not super familiar with Kotlin frameworks. Thanks for the app, it's lovely! Cheers.
For the tmux command, there is the following section on the desktop client:
KEY BINDINGS (AFTER CTRL+B)
d: Detach from session
c: Create new window
n/p: Next/previous window
0-9: Switch to window number
": Split pane horizontally
%: Split pane vertically
o: Switch pane
x: Kill pane
z: Zoom pane (toggle)
[: Enter copy mode
?: List all key bindings
I believe the command to rename windows
ctrl +b ,should be included as well. Perhaps like:KEY BINDINGS (AFTER CTRL+B)
d: Detach from session
c: Create new window
,: Rename current window
n/p: Next/previous window
0-9: Switch to window number
": Split pane horizontally
%: Split pane vertically
o: Switch pane
x: Kill pane
z: Zoom pane (toggle)
[: Enter copy mode
?: List all key bindings
There are other command keys missing from the
Ctrl + bprefix key group. I would be happy to include this one and others in a PR, if it's a relatively simple change to the codebase (theassets/commands/tmux.mdfile?), but I'm not super familiar with Kotlin frameworks. Thanks for the app, it's lovely! Cheers.