Function-key enabled terminal MUltipleXer enhancements
This project implements byobu-like function key bindings for common tmux commands, but without as much overhead as byobu. It also adds some useful status-bar widgets on the right, implemented with a bash script.
This README, as well as the various versions for different versions of tmux, are currently a shambles. I'm hoping to fix it up soon, but you might notice some irregularities.
These keys work without the tmux prefix (Ctrl-B
by default).
F2
: New windowF3
: Previous windowF4
: Next windowF6
: Detach sessionCtrl
-F6
: Kill paneF7
: Copy modeF8
: Rename windowCtrl
-F8
: Rename sessionShift
-F12
: Toggle bindings on/offAlt
+arrow keys
can be used to switch between panes.
|
: Split window horizontally-
: Split window verticallyShift
-W
/A
/S
/D
: Resize current paner
: Reload config from~/.tmux.conf
Alt
-Left
orRight
arrows: Move window left or right, repsectively
In case any of these bindings interfere with other commands, they can be temporarily toggled on or off with Shfit-F12
.
This configuration file sources ~/.tmux-local.conf
if you want to make additional modifications.
-
Clone this repository to your home folder.
-
Establish a symbolic link from the tmux.conf file in the repository folder your home folder:
ln -s /home/$USER/fmux/tmux.conf /home/$USER/.tmux.conf
If your tmux version is 2.9 or below, use
tmux-2.9.conf
instead. Version 3.0 introduced several changes in configuration file parsing. (tmux 2.9 also introduced some changes to the style formatting, but they do not break functionality. I do hope to fix this soon.) -
Run
touch ~/.tmux-local.conf
. -
Start a new tmux session, or reload the configuration file in existing session(s).
Most of my work on this repository is done on my personal Git server. It may take some time for updates to be pushed from there to GitHub or other locations.