-
Notifications
You must be signed in to change notification settings - Fork 0
Keybindings and Interactive Commands
Abhiyan Dhakal edited this page Mar 29, 2026
·
1 revision
admux uses a tmux-style leader workflow by default.
Ctrl-b
-
Ctrl-b %split vertically -
Ctrl-b "split horizontally -
Ctrl-b 0..9select windows by index -
Ctrl-b h/j/k/lmove pane focus -
Ctrl-b H/J/K/Lresize the active pane -
Ctrl-b ccreate a new window -
Ctrl-b n/pnext or previous window -
Ctrl-b xkill the active pane -
Ctrl-b ddetach
-
Ctrl-b :open the command prompt -
Ctrl-b sopen the session and window chooser -
Ctrl-b ?open the help overlay
The command prompt supports tmux-style interactive commands such as:
save-sessionreload-configsplit-windownew-windowselect-windowlist-sessionslist-windowslist-panes
-
Ctrl-b [enter copy mode -
Ctrl-b ]paste the top buffer -
Ctrl-b #list buffers -
Ctrl-b -delete the top buffer -
Ctrl-b =choose a buffer
Mouse selection and copy-mode yank both feed the global paste-buffer store.