Skip to content

Instantly share code, notes, and snippets.

@hlung
Last active June 8, 2017 03:15
Show Gist options
  • Save hlung/769df4af9d18bdf6a7ff to your computer and use it in GitHub Desktop.
Save hlung/769df4af9d18bdf6a7ff to your computer and use it in GitHub Desktop.
Dvorak - Vimium Custom key mappings.This *unmaps* all keys and only adds frequently used ones.
# ::: Dvorak - Vimium Custom key mappings :::
# NOTE: This *unmaps* all keys and only adds frequently used ones.
# It mainly uses left hand keys so you don't have to let go of the mouse.
# How to use: open Vimium option screen, put this in "Custom key mappings" section.
 
unmapAll
 
# Link
map u LinkHints.activateMode
map U LinkHints.activateModeToOpenInNewTab
map ด LinkHints.activateMode
map โ LinkHints.activateModeToOpenInNewTab
 
# Page
map e scrollDown
map o scrollUp
map ก scrollDown
map ห scrollUp
 
# Tab
map , previousTab
map . nextTab
map p reload
map q removeTab
map j restoreTab
map y createTab
 
# Omnibar
map i Vomnibar.activate
map I Vomnibar.activateInNewTab
@vehas
Copy link

vehas commented Jun 8, 2017

ขอบคุณครับ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment