Chaves disponíveis
Veja man tmux
, procure / por KEY BINDINGS
:
tmux allows a command to be bound to most keys, with or without a prefix key.
When specifying keys, most represent themselves (for example ‘A’ to ‘Z’). Ctrl keys may be prefixed with ‘C-’ or ‘^’, and Alt (meta) with ‘M-’.
In addition, the following special key names are accepted:
Up, Down, Left, Right, BSpace, BTab, DC (Delete), End, Enter, Escape, F1 to F20, Home, IC (Insert), NPage/PageDown/PgDn, PPage/PageUp/PgUp, Space, and Tab. Note that to bind the ‘"’ or ‘'’ keys, quotation marks are necessary [...]
M-S-Left deve ser Alt + Shift + Esquerda por exemplo.
Listar todas as teclas de atalho
Para listar todas as combinações de teclas, simplesmente pressione Ctrl - b então ? enquanto em uma sessão tmux
.
Isso também está documentado em man tmux
na seção EXAMPLES
:
Typing ‘C-b ?’ lists the current key bindings in the current window; up and down may be used to navigate the list or ‘q’ to exit from it.
Você também pode listar todas as vinculações de teclas por meio de tmux list-keys
. Se você quiser verificar as chaves já configuradas, você pode grep
para verificar, se já estiver definido.
Pesquisa
Para encontrar mais informações por meio do Google, pesquise nomes de seção em man tmux
- basta digitar tmux default key bindings
, por exemplo :). Mas geralmente man tmux
é suficiente.
Este site é uma documentação muito boa sobre tmux
e aparece, se você procurar pela string no Google.
Wiki do Arch também é sempre bom.