Last active
August 29, 2015 14:17
-
-
Save tmaeda/0b1771d2f3b37cb1ee1b to your computer and use it in GitHub Desktop.
ghq, peco関係
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind -x '"\C-_":cd $(ghq list -p | peco)' # プロジェクトディレクトリへcd | |
bind -x '"\C-]":open $(ghq list -p | peco)' # プロジェクトディレクトリをFinder上でopen | |
# Macのファイルオープン・セーブダイアログでも使えると良いんだけどなー。Cmd + Shift + g で代用。 | |
bind -x '"\C-^":ghq list -p | peco | xargs echo -n | pbcopy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment