Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

tmux can be configured to use your own defined shortcuts.  This can be done my saving key bindings and other settings to a .tmux.conf file in your user home folder (do: nano ~/.tmux.conf)

Below is my (beloved) current .tmux.conf file:

View Git file
pathtmux/.tmux.conf
repository-id3
languagetext
branchrefs/remotes/origin/master

...

CommandCommand prefix
Split window horizontallycntrl-alt-n
Split window verticallycntrl-alt-m
Resize pane upcntrl-alt-Up
Resize pane downcntrl-alt-Down
Resize pane leftcntrl-alt-Left
Resize pane rightcntrl-alt-Right;
Zoom current pane (make fullscreen)cntrl-alt-f
Switch to above panecntrl-alt-k
Switch to below panecntrl-alt-j
Switch to left panecntrl-alt-h
Switch to right panealt-lSwitch to next windowcntrl-alt-lSwitch to previous windowcntrl-alt-h

Reloading .tmux.conf without restarting tmux

...