No description
Find a file
Lloyd W. Slade (embarcadero) 38662a5c15 added fmux-local
2018-10-16 21:12:22 +00:00
.gitignore init 2017-07-05 16:38:29 -04:00
.tmux.conf added fmux-local 2018-10-16 21:12:22 +00:00
f-keys added pane resize with Shift-WASD 2018-06-03 19:04:26 -04:00
f-keys.disable fixed some nonsense with the F-key disable function 2018-01-14 04:28:57 +00:00
LICENSE Update LICENSE 2017-07-05 16:46:13 -04:00
README.md Added Shift-F12 to disable bindings 2017-09-13 16:21:09 -04:00
tmux-right.sh changed string names to look a bit less silly 2017-07-05 20:47:31 -04:00

fmux

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.

Key bindings

I've added the most common/useful F-key shortcuts for moving between tmux windows, as well as splitting existing windows into panes with Ctrl-b | and Ctrl-b -.

In case any of these bindings interfere with other commands, they can be temporarily toggled on or off with Shfit-F12.

Installation

  1. Clone this repository to your home folder.
  2. 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
  3. Start a new tmux session, or reload the configuration file in existing session(s).