Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okhiroyuki/zsh-git-switch-branch-skim

zsh plugin to git switch branch by lotabout/skim
https://github.com/okhiroyuki/zsh-git-switch-branch-skim

git sheldon skim

Last synced: 5 days ago
JSON representation

zsh plugin to git switch branch by lotabout/skim

Awesome Lists containing this project

README

        

# zsh-git-switch-branch-skim

Zsh plugin to switch branch by skim ()

## Install

Add the following to the Sheldon config file.

```toml
[plugins.zsh-git-switch-branch-skim]
github = "okhiroyuki/zsh-git-switch-branch-skim"
```

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

```zsh
sheldon add zsh-git-switch-branch-skim --git okhiroyuki/zsh-git-switch-branch-skim
```

## Usage

```zsh
zle -N zsh-git-switch-branch-skim
bindkey '^b' zsh-git-switch-branch-skim
```