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
- Host: GitHub
- URL: https://github.com/okhiroyuki/zsh-select-history-skim
- Owner: okhiroyuki
- License: mit
- Created: 2024-03-16T02:58:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:34:53.000Z (over 1 year ago)
- Last Synced: 2025-02-24T16:24:46.169Z (9 months ago)
- Topics: sheldon, skim, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - select-history-skim
- fucking-awesome-zsh-plugins - select-history-skim
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
```