~pvsr/dotfiles

91e9be2a2fbc7a63a3424de07c34f3a187d62e8f — Peter Rice 4 years ago 5799ba1
tweak custom keybindings
1 files changed, 5 insertions(+), 4 deletions(-)

M qutebrowser/.config/qutebrowser/config.py
M qutebrowser/.config/qutebrowser/config.py => qutebrowser/.config/qutebrowser/config.py +5 -4
@@ 87,11 87,12 @@ c.fonts.prompts = '12pt sans_serif'
# c.fonts.statusbar = mono
# c.fonts.tabs = mono

config.bind(',P', 'open -b -- {primary}')
config.bind(',X', 'spawn -dv mpv --profile=no-term {url}')
config.bind(',p', 'open -b -- {clipboard}')
config.bind(',x', 'hint links spawn -dv mpv --profile=no-term {hint-url}')
config.bind(',d', 'hint all delete')
config.bind(',r', 'set-cmd-text :open {url:domain}/')
config.bind('xP', 'open -b -- {primary}')
config.bind('xp', 'open -b -- {clipboard}')
config.bind(';x', 'hint links spawn -dv mpv --profile=no-term {hint-url}')
config.bind('X', 'spawn -dv mpv --profile=no-term {url}')

for f in glob.glob(str(config.configdir / 'conf.d' / '*.py')):
    config.source(str(os.path.relpath(f, start=config.configdir)))