Skip to content

Instantly share code, notes, and snippets.

@5oya
Last active August 3, 2019 22:41
Show Gist options
  • Save 5oya/9d5ee989bea092987330e6ec1dcbdcfd to your computer and use it in GitHub Desktop.
Save 5oya/9d5ee989bea092987330e6ec1dcbdcfd to your computer and use it in GitHub Desktop.
vimiumの設定ファイル
unmapAll
map h goBack
map l goForward
map H previousTab
map L nextTab
map i LinkHints.activateMode
map I LinkHints.activateModeToOpenInNewTab
map j scrollDown
map k scrollUp
map <c-h> scrollLeft
map <c-l> scrollRight
map gg scrollToTop
map G scrollToBottom
map J scrollPageDown
map K scrollPageUp
map [[ goPrevious
map ]] goNext
map / enterFindMode
map n performFind
map N performBackwardsFind
map f focusInput
map gh firstTab
map gl lastTab
map t createTab
map D duplicateTab
map x removeTab
map X restoreTab
map . togglePinTab
map p openCopiedUrlInNewTab
map gr closeTabsOnRight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment