Skip to content

Instantly share code, notes, and snippets.

@Delapouite
Created May 17, 2017 20:29
Show Gist options
  • Save Delapouite/023381a2b08ad9a085ad339496ac3755 to your computer and use it in GitHub Desktop.
Save Delapouite/023381a2b08ad9a085ad339496ac3755 to your computer and use it in GitHub Desktop.
tmux commands inverted : noun-verb
tmux list-commands | cut -d' ' -f1 | sed -r 's/([^-]*)-(.*)/\2-\1/' | sort
before-confirm
buffer-choose
buffer-delete
buffer-load
buffer-paste
buffer-save
buffer-set
buffer-show
buffers-list
client-choose
client-detach
client-lock
client-refresh
clients-list
client-suspend
client-switch
commands-list
environment-set
environment-show
file-source
for-wait
history-clear
hook-set
hooks-show
key-bind
keys-list
keys-send
key-unbind
layout-next
layout-previous
layout-select
message-display
messages-show
mode-clock
mode-copy
option-set
options-show
pane-break
pane-capture
pane-join
pane-kill
pane-last
pane-move
pane-pipe
pane-resize
pane-respawn
panes-display
pane-select
panes-list
pane-swap
prefix-send
prompt-command
server-kill
server-lock
server-start
session-attach
session-choose
session-has
session-kill
session-lock
session-new
session-rename
sessions-list
shell-if
shell-run
tree-choose
window-choose
window-find
window-kill
window-last
window-link
window-move
window-new
window-next
window-option-set
window-options-show
window-previous
window-rename
window-respawn
window-rotate
window-select
windows-list
window-split
window-swap
window-unlink
@QGB
Copy link

QGB commented Aug 29, 2022

In [9]: !tmux clients-list
unknown command: clients-list

In [10]: !tmux panes-list
unknown command: panes-list

@QGB
Copy link

QGB commented Aug 29, 2022

tmux detach-client -a

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment