Skip to content

Instantly share code, notes, and snippets.

@netwjx
Created August 21, 2019 02:46
Show Gist options
  • Save netwjx/2f6e425791de50caafc03b917d7f2701 to your computer and use it in GitHub Desktop.
Save netwjx/2f6e425791de50caafc03b917d7f2701 to your computer and use it in GitHub Desktop.
Vimium Options Custom key mappings
# Insert your preferred key mappings here.
# 帮助, 默认键容易和网页现有快捷键冲突
map :? showHelp
unmap ?
# m键和 Confluence 评论快捷键冲突, mark + goto mark几乎用不到
unmap m
unmap `
# [ 和 Confluence 侧边栏开关快捷键冲突, navigate to next/prev page 用 << >> 替代
map << goPrevious
map >> goNext
unmap [[
unmap ]]
# / 和 Confluence 搜索快捷键冲突, find + next + prev可用 Cmd+f 替代
unmap /
unmap n
unmap N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment