GHQとpecoでリポジトリ移動で楽する人様の設定を少しだけいぢって自分用にした
http://qiita.com/strsk/items/9151cef7e68f0746820d
こちらを参考にさせていただいた。
あとは変更したfunctionを一応残しておく。
function peco-src () {
local selected_dir=$(ghq list | peco --query "$LBUFFER")
if [ -n "$selected_dir" ]; then
BUFFER="ghq look ${selected_dir}"
zle accept-line
fi
zle clear-screen
}
zle -N peco-src
bindkey '^]' peco-src
pecoとの組み合わせをモタモタしていたんだけど、いい加減面倒になってきたのでこちらを参考に設定して幸せになれた。
感謝。
Author And Source
この問題について(GHQとpecoでリポジトリ移動で楽する人様の設定を少しだけいぢって自分用にした), 我々は、より多くの情報をここで見つけました https://qiita.com/joe_hrmn/items/d2308e6cc4010937f480著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .