An open API service indexing awesome lists of open source software.

https://github.com/okhiroyuki/zsh-select-history-skim

zsh plugin to search history by lotabout/skim
https://github.com/okhiroyuki/zsh-select-history-skim

sheldon skim zsh

Last synced: about 1 month ago
JSON representation

zsh plugin to search history by lotabout/skim

Awesome Lists containing this project

README

          

# zsh-select-history-skim
zsh plugin to search history by skim ()

## Install

Add the following to the Sheldon config file.

```toml
[plugins.zsh-select-history-skim]
github = "okhiroyuki/zsh-select-history-skim"
```

Or run `add` with the `--github` option.

```zsh
sheldon add zsh-select-history-skim --git okhiroyuki/zsh-select-history-skim
```

## Usage

```zsh
zle -N zsh-select-history-skim
bindkey '^r' zsh-select-history-skim
```