diff --git a/README.md b/README.md index 95676fa..530d2db 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Pterosaur is at more of an alpha/proof-of-concept stage right now, but it's alre **Step 3:** Pterosaur's full-vim editing is disabled by default. Type `:set fullVim` in firefox to enable it. -**Step 4:** Your default vim setup will need a mapping to get out of vim's insert mode, since \ is handled by pentadactyl. +**Step 4:** Your default vim setup will need a mapping to get out of vim's insert mode, since \ is handled by pentadactyl (and currently broken). If you haven't set up something like `inoremap kj `, you might want to consider it. This mappping alone will change your life. ##How it works @@ -32,9 +32,12 @@ Pterosaur runs an actual vim instance in the background and routes keystrokes th ##Bugs - No mouse support +- Escape leaves textboxes while in insert mode, but does nothing in normal mode. - Pterosaur sometimes eats the first key you enter into a textbox - Password text-fields are still sent to Vim. -- If you map another key to /, :, or ? in normal mode, pterosaur won't show you the ex command you are typing until you hit enter. +- Some editors (like github outside of zen-mode) do weird things with text that break pterasaur. Pterosaur needs to be changed so that it falls through to normal editing in these cases. +- If you map another key to /, :, or ? in vim's normal mode, pterosaur won't show you the ex command you are typing until you hit enter. ##License AGPL v3 +(I'm considering changing this)