• ctrl+v で passthrough mode を抜ける1
config.bind('<Ctrl+v>', 'leave-moder', mode='passthrough')
  • comannd とオプションを単語として登録
config.bind('wc', 'set-cmd-text :config-write-py --force')
  • ショートカットキー
config.bind('c', 'download-clear')
config.bind('e', 'reload --force')
config.bind('m', 'bookmark-add')
config.bind('wi', 'devtools')