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

Set Up

After you installed lacy, you have to add it's shell configuration to your shell.

Shell Setup

For more shell options, see lacy init --help.

Zsh

# ~/.zshrc
eval "$(lacy init zsh)"

Bash

# ~/.bashrc
eval "$(lacy init bash)"

Fish

# ~/.config/fish/config.fish
lacy init fish | source

Other shells

Feel free to contribute the init script for your preferred shell.

Shell Options

You can customize the shell script that gets generated by using these options:

OptionDefaultDescription
--cd-cmdcdDefine the command to be used instead of cd. (e.g. z)
--cmdyThe name of the main lacy command you use for navigating.
--custom-fuzzynoneConfigure this to disable lacy's built in UI selector and replace it with your own command. (e.g. fzf)