completions and keybinding for ghq
- Fix Keybinding conflict with jethrokuan/fzf
fisher add decors/fish-ghq
Default selector is fzf
. If you want to change selector, run
set -g GHQ_SELECTOR peco (or fzf, fzf-tmux, fzy, percol)
fzf example :
set -g GHQ_SELECTOR_OPTS "--no-sort --reverse --ansi --color bg+:13,hl:3,pointer:7"
peco example :
set -g GHQ_SELECTOR_OPTS "--layout=top-down --prompt='ghq>'"
fish-ghq is MIT licensed. See LICENSE file for details.