Tuesday, 18 November 2014

Tmux and Terminator key bindings

Tmux and Terminator key bindings

I have discovered Terminator before I learned about Tmux, and I must say that the feature of dividing a terminal was mind blowing. Afterwards I discovered that, unfortunately, Terminator only works in X server, so I found tmux, which also works in the absence of an X server. The problem then was that I would have 2 multiplexing applications, each with different key bindings. So, below is my setup to use similar key bindings.

TmuxTerminator
Vertical splitCtrl a vCtrl-Alt v
Horizontal splitCtrl a hCtrl-Alt h
Next paneCtrl a aCtrl-Alt a
New window/tabCtrl a wCtrl-Alt w
Switch window/pane*Ctrl a xCtrl-Alt x

Tmux uses windows and panes, while Terminator is using tabs and windows. It can be quite confusing in this regard, as the window from one application has a different meaning in the other.
The key bindings are easy to remember and intuitive.

Note: x represents a number from 0 to 9


No comments:

Post a Comment