tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
642 stars 62 forks source link

Add search engines #8

Closed lfv89 closed 9 years ago

lfv89 commented 9 years ago

Hey @bruno-

I'm creating another PR as you asked. Can you check to see if this one is alright?

lfv89 commented 9 years ago

As I said on the other PR, this is how the .tmx.conf file can look like:

@open-S 'https://www.google.com.br/search?q='
@open-B 'https://www.bing.com.br/search?q='
@open-D 'https://www.duckduckgo.com/'
bruno- commented 9 years ago

Hey, this is merged. I've done it via the command line because I wanted to do some whitespace updates 0e22a2186 (using tabs instead of spaces for indentation).

I'll add you as the repo collaborator so you can make updates to the README so ppl know we have this new feature.

bruno- commented 9 years ago

All right @vasconcelloslf, I just invited you to the team!

Let's just agree on one thing: we'll do all the changes via pull request so each of us can look at the changes being made, point improvements etc.
Also if we're about to make a bigger change, we're better off discussing it via an issue first.

Apart from that, welcome to the team! :tada: :tada: (given that you accept the invite lol)

lfv89 commented 9 years ago

Hey, sorry for the late reply. Thanks for the invitation, off course I will accept it! All changes via PR, got it! =)

hoschi commented 9 years ago

Can you put an example in README.md ? I didn't get it to work to :(