Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.sesh.enable

Whether to enable the sesh terminal session manager.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.sesh.enableAlias

Whether to enable a shell alias s to quickly launch sessions.

Type: boolean

Default:

true

Declared by:

programs.sesh.enableTmuxIntegration

Enable Tmux integration with sesh.

Type: boolean

Default:

true

Declared by:

programs.sesh.package

The sesh package to use.

Type: package

Default:

pkgs.sesh

Declared by:

programs.sesh.fzfPackage

The fzf package to use.

Type: null or package

Default:

pkgs.fzf

Declared by:

programs.sesh.icons

Display icons next to results (--icons argument).

Type: boolean

Default:

true

Declared by:

programs.sesh.settings

Configuration for sesh, written to ~/.config/sesh/sesh.toml.

See the sesh documentation for available options.

Type: open submodule of (TOML value)

Default:

{ }

Declared by:

programs.sesh.tmuxKey

Keybinding for invoking sesh in Tmux.

Type: string

Default:

"s"

Declared by:

programs.sesh.zoxidePackage

The zoxide package to use.

Type: null or package

Default:

pkgs.zoxide

Declared by: