/chrome_keybindings

vim like keybindings to navigate through web pages

Primary LanguageJavaScript

Chrome Extension

Custom keybindings Most of them try to mimic vim key behaviour.

Installation

  1. Clone this repo to a folder of your preference.

  2. Open Google Chrome and go to the Extensions page. You can access it by typing chrome://extensions in the address bar and pressing Enter.

  3. Enable the "Developer mode" toggle switch located at the top right corner of the Extensions page.

  4. Click on the "Load unpacked" button that appears after enabling Developer mode. This will open a file dialog.

  5. In the file dialog, navigate to the folder where you cloned this repo. Select the folder and click "Open".

  6. Chrome will load the extension from the selected folder, and it will appear in the list of installed extensions on the Extensions page.

That's it! The Chrome extension from the local folder should now be installed and ready to use in your browser. Remember to keep the "Developer mode" enabled if you want to install extensions from local folders or make changes to them.