Skip to content

Instantly share code, notes, and snippets.

@nozma
Last active April 19, 2021 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nozma/11ded2d4ada4cebed5f96593b5d792ed to your computer and use it in GitHub Desktop.
Save nozma/11ded2d4ada4cebed5f96593b5d792ed to your computer and use it in GitHub Desktop.
# ===============
# navigatge
# ===============
map o Vomnibar.activate
map t Vomnibar.activateInNewTab
map d removeTab
map u restoreTab
map l nextTab
map h previousTab
map zi zoomIn
map zo zoomOut
map zz zoomReset
# ===============
# copy commands
# ===============
# url only
map ,u copyCurrentUrl type="url"
# title and url
map ,c copyCurrentUrl type=["title","url"] format="${title}\u0020-\u0020${url}"
# markdown style
map ,m copyCurrentUrl type=["title","url"] format="[${title}](${url})"
# scrapbox style
map ,s copyCurrentUrl type=["title","url"] format="[${title}\u0020${url}]"
# chatwork style
map ,C copyCurrentUrl type=["title","url"] format="[info][title]${title}[/title]${url}[/info]"
# ===============
# qmark
# ===============
# web services
map gnl openUrl url="https://irodr.netlify.com/"
map gol openUrl url="https://irodr.netlify.com/" reuse=0
map gnt openUrl url="https://twitter.com/home"
map got openUrl url="https://twitter.com/home" reuse=0
map gnm openUrl url="https://mail.google.com/mail/u/0/"
map gom openUrl url="https://mail.google.com/mail/u/0/" reuse=0
map gnM openUrl url="https://moneyforward.com/"
map goM openUrl url="https://moneyforward.com/" reuse=0
map gnT openUrl url="https://www.tumblr.com/dashboard"
map goT openUrl url="https://www.tumblr.com/dashboard" reuse=0
map gnB openUrl url="https://bookmeter.com/home"
map goB openUrl url="https://bookmeter.com/home" reuse=0
map gng openUrl url="https://gist.github.com"
map gog openUrl url="https://gist.github.com" reuse=0
map gns openUrl url="https://scrapbox.io/"
map gos openUrl url="https://scrapbox.io/" reuse=0
map gnw openUrl url="https://healthmate.withings.com/"
map gow openUrl url="https://healthmate.withings.com/" reuse=0
# personal
map gnb openUrl url="http://b.hatena.ne.jp/Rion778/hotentry"
map gob openUrl url="http://b.hatena.ne.jp/Rion778/hotentry" reuse=0
map gnd openUrl url="http://rion778.hatenablog.com/"
map god openUrl url="http://rion778.hatenablog.com/" reuse=0
map gnG openUrl url="https://github.com/nozma"
map goG openUrl url="https://github.com/nozma" reuse=0
map gnq openUrl url="https://www.tumblr.com/blog/nozma-books/new/quote"
map goq openUrl url="https://www.tumblr.com/blog/nozma-books/new/quote" reuse=0
map gnc openUrl url="https://gist.github.com/nozma/11ded2d4ada4cebed5f96593b5d792ed"
map goc openUrl url="https://gist.github.com/nozma/11ded2d4ada4cebed5f96593b5d792ed" reuse=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment