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.skim.enable

Whether to enable skim - a command-line fuzzy finder.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.skim.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.skim.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.skim.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.skim.package

The skim package to use.

Type: package

Default:

pkgs.skim

Declared by:

programs.skim.changeDirWidgetCommand

The command that gets executed as the source for skim for the ALT-C keybinding.

Type: null or string

Default:

null

Example:

"fd --type d"

Declared by:

programs.skim.changeDirWidgetOptions

Command line options for the ALT-C keybinding.

Type: list of string

Default:

[ ]

Example:

[
  "--preview 'tree -C {} | head -200'"
]

Declared by:

programs.skim.defaultCommand

The command that gets executed as the default source for skim when running.

Type: null or string

Default:

null

Example:

"fd --type f"

Declared by:

programs.skim.defaultOptions

Extra command line options given to skim by default.

Type: list of string

Default:

[ ]

Example:

[
  "--height 40%"
  "--prompt ⟫"
]

Declared by:

programs.skim.fileWidgetCommand

The command that gets executed as the source for skim for the CTRL-T keybinding.

Type: null or string

Default:

null

Example:

"fd --type f"

Declared by:

programs.skim.fileWidgetOptions

Command line options for the CTRL-T keybinding.

Type: list of string

Default:

[ ]

Example:

[
  "--preview 'head {}'"
]

Declared by:

programs.skim.historyWidgetOptions

Command line options for the CTRL-R keybinding.

Type: list of string

Default:

[ ]

Example:

[
  "--tac"
  "--exact"
]

Declared by: