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