1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

Use open without triggering search engines #405

Open svermeulen opened 8 years ago

svermeulen commented 8 years ago

This probably has a simple answer but I can't seem to figure it out.

I'm trying to use a quickmark for a page on my local network so I have a url that looks like this:

http://myserver

If I type this into the "open" command it opens up google with this as a search. The same thing actually happens if I go to that page manually by typing it into the address bar, then hitting Ms (that is, it send me to google when I hit gos)

svermeulen commented 8 years ago

Ok I figured it out. This seems to work when I change http://myserver to http://myserver/. Quickmarks also work with this. Still seems like a bug so not sure if I should leave this item open or not though