From a3039e3055314c44a3bf84ca88c70f3b2d79d820 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 23 Feb 2018 11:14:38 -0700 Subject: shortcut-sync robustness --- .config/qutebrowser/config.py | 2 -- .config/ranger/rc.conf | 3 --- 2 files changed, 5 deletions(-) (limited to '.config') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 4ecfc2b..628e40a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1581,5 +1581,3 @@ config.bind('y', 'prompt-accept yes', mode='prompt') ## Bindings for register mode config.bind('', 'leave-mode', mode='register') - -config.source('shortcuts.py') diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index ed0443e..4f5749c 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -515,6 +515,3 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po #Downloading map ytv console shell youtube-dl -ic%space map yta console shell youtube-dl -xic%space - -# Shortcuts -source ~/.config/ranger/shortcuts.conf -- cgit v1.3.1