Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ardagnir/pterosaur
Browse files Browse the repository at this point in the history
  • Loading branch information
ardagnir committed Mar 23, 2014
2 parents f6b1aeb + 579b219 commit 1682bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pterosaur is at more of an alpha/proof-of-concept stage right now, but it's alre


##Requirements
- Pterosaur requires Pentadactyl and Vim(compiled with +clientserver).
- Pterosaur requires Pentadactyl and Vim(your version needs to have +clientserver).
- Pterosaur assumes you are using Linux. It might work on OS X.

##Setup
Expand Down Expand Up @@ -40,7 +40,7 @@ Pterosaur runs an actual vim instance in the background and routes keystrokes th
- Mouse support is limited. Currently, you can click anywhere in a textbox to move the cursor there in insert mode. Eventually, mouse selection will be supported as well.

##Troubleshooting
- If you can't enter text in fullvim mode, make sure the vim server is running. Type `vim --serverlist` at the commandline. You should see a `PTEROSAUR` server.
- If you can't enter text in fullvim mode, type `vim --serverlist` in your commandline. You should see a `PTEROSAUR` server. If you don't, you probably don't have support for vim servers (check `vim --version | grep server`) or pterosaur doesn't think firefox is running. If you do see it, either pterosaur isn't able to communicate with vim, or you're using a text-field that can't handle pterosaur (most search engines, including duckduckgo, start-page, and google search CAN handle pterosaur, so they make good tests).
- If `:set usevim` doesn't even work in pentadactyl, there's a problem on the pentadactyl side. Type `:messages` in pentadactyl and it should tell you the error.

##License
Expand Down

0 comments on commit 1682bf8

Please sign in to comment.