Advertisement
Guest User

Untitled

a guest
May 6th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. bind -x '"\C-_":cd $(ghq list -p | peco)' # プロジェクトディレクトリへcd
  2. bind -x '"\C-]":open $(ghq list -p | peco)' # プロジェクトディレクトリをFinder上でopen
  3. # Macのファイルオープン・セーブダイアログでも使えると良いんだけどなー。Cmd + Shift + g で代用。
  4. bind -x '"\C-^":ghq list -p | peco | xargs echo -n | pbcopy'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement