| programs.tmux.keyMode | VI or Emacs style shortcuts.
|
| programs.tmux.baseIndex | Base index for windows and panes.
|
| programs.tmux.package | The tmux package to use.
|
| programs.tmux.plugins | List of plugins to install.
|
| programs.tmux.clock24 | Use 24 hour clock.
|
| programs.tmux.escapeTime | Time in milliseconds for which tmux waits after an escape is input.
|
| programs.tmux.enable | Whenever to configure tmux system-wide.
|
| programs.tmux.newSession | Automatically spawn a session if trying to attach and none are running.
|
| programs.tmux.extraConfig | Additional contents of /etc/tmux.conf, to be run after sourcing plugins.
|
| programs.tmux.resizeAmount | Number of lines/columns when resizing.
|
| 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.terminal | Set the $TERM variable
|
| programs.tmux.withUtempter | Whether to enable libutempter for tmux
|
| programs.tmux.extraConfigBeforePlugins | Additional contents of /etc/tmux.conf, to be run before sourcing plugins.
|
| 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.
|