No description
Find a file
2020-02-04 10:18:58 -05:00
.gitignore init 2017-07-05 16:38:29 -04: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 adding more details to readme 2019-11-07 11:41:16 -05:00
tmux-2.9.conf okay i've actally decided on the status bar this time. 2020-01-28 15:22:12 -05:00
tmux-right.sh removed 256colour colours from status bar 2020-01-28 13:53:04 -05:00
tmux.conf linebreak typo 2020-02-04 10:18:58 -05: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

Function keys:

  • F2: New window
  • F3: Previous window
  • F4: Next window
  • F6: Detach session
  • Ctrl-F6: Kill pane
  • F7: Copy mode
  • F8: Rename window
  • Ctrl-F8: Rename session
  • Shift-F12: Toggle bindings on/off

Alt+arrow keys can be used to switch between panes.

With fmux prefix

  • |: Split window horizontally
  • -: Split window vertically
  • Shift-W/A/S/D: Resize current pane
  • r: Reload config from ~/.tmux.conf~

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 If your tmux version is 2.9 or greater, use tmux-2.9.conf instead. Version 2.9 introduced some breaking changes to the style formatting.
  3. Start a new tmux session, or reload the configuration file in existing session(s).