Skip to content

Instantly share code, notes, and snippets.

@andrewsardone
Created November 4, 2012 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewsardone/4014223 to your computer and use it in GitHub Desktop.
Save andrewsardone/4014223 to your computer and use it in GitHub Desktop.
vimari issues

vimari

Feature Requests

  • insert-mode
    • ignore all commands until you hit esc to exit
  • Scroll to top of the page with gg
  • Scroll to bottom of the page with G
  • Scroll a page up with u
  • Scroll a page down with d
  • Reload the page with r
  • Go back in history with H
  • Go forward in history with L

Bugs

Google.com absorbs key presses

Steps to reproduce:

  1. Execute a Google search
  • On the results page, scroll down by hitting the 'j' key
  • Note that you move down but now the Google search field has focus and subsequent 'j' or 'k' key presses will be entered into the search box

'Link Hint Toggle (open in new tab)' is trigged w/in <form> elements

Steps tp reproduce:

  1. Go to gist.github.com
  • Within the <textarea>, hit shift+f
  • Note that the link hints are displayed and actionable – entering a capital F is not possible within the <textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment