]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
zsh: prefer gnu utils over osx' if installed
[dotfiles.git] / qutebrowser / config.py
index 1fb0932fd024a43c0d75ea21b788e529d4bd3b3e..de6275a4a7872134275bfef2e462381a3bb251d4 100644 (file)
@@ -1200,6 +1200,7 @@ c.url.default_page = 'https://duckduckgo.com/?t=chakra'
 ## Type: Dict
 c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
                        'ddg':     'https://duckduckgo.com/?t=chakra&q={}',
+                       'slack':   'https://ultrahaptics.slack.com/messages/{}',
                        'pcl':     'http://docs.pointclouds.org/trunk/search.php?query={}',
                        'std':     'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
                        'cv':      'http://docs.opencv.org/3.1.0/index.html#gsc.tab=0&gsc.ref=more%3A3.1&gsc.q={}' }
@@ -1333,6 +1334,7 @@ config.bind('J', 'tab-prev')
 # config.bind('b', 'set-cmd-text -s :quickmark-load')
 # config.bind('cd', 'download-clear')
 config.unbind('co')
+config.bind('co', 'download-open')
 # config.bind('d', 'tab-close')
 # config.bind('f', 'hint')
 # config.bind('g$', 'tab-focus -1')