| programs.tmux.keyMode | VI or Emacs style shortcuts.
|
| programs.tmux.mouse | Whether to enable mouse support.
|
| programs.tmux.shell | Set the default-shell tmux variable.
|
| programs.tmux.enable | Whether to enable tmux.
|
| programs.tmux.baseIndex | Base index for windows and panes.
|
| programs.tmux.prefix | Set the prefix key
|
| programs.tmux.package | The tmux package to use.
|
| programs.tmux.clock24 | Use 24 hour clock.
|
| programs.tmux.escapeTime | Time in milliseconds for which tmux waits after an escape is
input.
|
| programs.tmux.extraConfig | Additional configuration to add to
tmux.conf.
|
| programs.tmux.newSession | Automatically spawn a session if trying to attach and none
are running.
|
| programs.tmux.terminal | Set the $TERM variable.
|
| programs.tmux.focusEvents | On supported terminals, request focus events and pass them through to
applications running in tmux.
|
| programs.tmux.resizeAmount | Number of lines/columns when resizing.
|
| programs.tmux.plugins | List of tmux plugins to be included at the end of your tmux
configuration
|
| programs.tmux.reverseSplit | Reverse the window split shortcuts.
|
| programs.tmux.shortcut | CTRL following by this key is used as the main shortcut.
|
| programs.tmux.historyLimit | Maximum number of lines held in window history.
|
| programs.tmux.secureSocket | Store tmux socket under /run, which is more
secure than /tmp, but as a downside it doesn't
survive user logout.
|
| programs.tmux.sensibleOnTop | Run the sensible plugin at the top of the configuration
|
| programs.tmux.aggressiveResize | Resize the window to the size of the smallest session for
which it is the current window.
|
| programs.tmux.customPaneNavigationAndResize | Override the hjkl and HJKL bindings for pane navigation and
resizing in VI mode.
|
| programs.tmux.disableConfirmationPrompt | Disable confirmation prompt before killing a pane or window
|