Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days 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
```