From 5b9de4191acebbec8993c0e3d40dc8b32d55b30a Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Thu, 31 Dec 2009 00:06:58 -0500 Subject: Add a markdown extension to the readme so github formats it properly --- README | 55 ------------------------------------------------------- README.markdown | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 README create mode 100644 README.markdown diff --git a/README b/README deleted file mode 100644 index a01c41d8..00000000 --- a/README +++ /dev/null @@ -1,55 +0,0 @@ -Vimium - The Hacker's Browser -============================= - -Vimium is a Chrome extension that provides keyboard based navigation and control in the spirit of the Vim -editor. - -Installation Instructions: - 1. Navigate to chrome://extensions - 2. Click on "Load Extension..." - 3. Select the vimium directory. - -The settings page can be found by clicking the Options button next to Vimium on chrome://extensions. - - -Keyboard Bindings -================= - - is to be interpreted as ctrl + x together. - -Navigating the current page: - h scroll left - j scroll down - k scroll up - l scroll right - gg scroll to top of the page - G scroll to bottom of the page - scroll down a page - scroll up a page - f activate link hints mode to open in current page - F activate link hints mode to open in new tab - r reload - gf view source - zi zoom in - zo zoom out - / enter find mode -- type your search query and hit enter to search or esc to cancel - n cycle forward to the next find match - N cycle backward to the previous find match - i enter insert mode -- all commands will be ignored until you hit esc to exit - -Navigating your history: - ba, H go back in history - fw, fo, L go forward in history - -Manipulating tabs: - J next tab - K previous tab - t create tab - d close current tab - u restore closed tab (i.e. unwind the 'd' command) - -Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. - -License -======= -Copyright (c) 2010 Phil Crosby, Ilya Sukhar. See MIT-LICENSE.txt for details. \ No newline at end of file diff --git a/README.markdown b/README.markdown new file mode 100644 index 00000000..a01c41d8 --- /dev/null +++ b/README.markdown @@ -0,0 +1,55 @@ +Vimium - The Hacker's Browser +============================= + +Vimium is a Chrome extension that provides keyboard based navigation and control in the spirit of the Vim +editor. + +Installation Instructions: + 1. Navigate to chrome://extensions + 2. Click on "Load Extension..." + 3. Select the vimium directory. + +The settings page can be found by clicking the Options button next to Vimium on chrome://extensions. + + +Keyboard Bindings +================= + + is to be interpreted as ctrl + x together. + +Navigating the current page: + h scroll left + j scroll down + k scroll up + l scroll right + gg scroll to top of the page + G scroll to bottom of the page + scroll down a page + scroll up a page + f activate link hints mode to open in current page + F activate link hints mode to open in new tab + r reload + gf view source + zi zoom in + zo zoom out + / enter find mode -- type your search query and hit enter to search or esc to cancel + n cycle forward to the next find match + N cycle backward to the previous find match + i enter insert mode -- all commands will be ignored until you hit esc to exit + +Navigating your history: + ba, H go back in history + fw, fo, L go forward in history + +Manipulating tabs: + J next tab + K previous tab + t create tab + d close current tab + u restore closed tab (i.e. unwind the 'd' command) + +Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. + +License +======= +Copyright (c) 2010 Phil Crosby, Ilya Sukhar. See MIT-LICENSE.txt for details. \ No newline at end of file -- cgit v1.2.3