From c0d7006026175fdf6cdb6ae53ca4b948edbb986c Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 25 Feb 2018 22:11:19 -0500 Subject: mutt/msmtp/mbsync setting for multiple accounts Also made minor changes to other configs. Added .gitignore for qutebrowser file --- qutebrowser/.config/qutebrowser/autoconfig.yml | 6 ------ qutebrowser/.config/qutebrowser/config.py | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 qutebrowser/.config/qutebrowser/autoconfig.yml (limited to 'qutebrowser') diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml deleted file mode 100644 index 399a94d..0000000 --- a/qutebrowser/.config/qutebrowser/autoconfig.yml +++ /dev/null @@ -1,6 +0,0 @@ -# DO NOT edit this file by hand, qutebrowser will overwrite it. -# Instead, create a config.py - see :help for details. - -config_version: 1 -global: - zoom.default: '150' diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index ec0d52a..745255a 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -9,3 +9,5 @@ config.load_autoconfig() config.bind('gt', 'tab-next') config.bind('gT', 'tab-prev') config.bind('x', 'tab-close') + +c.aliases['r'] = 'open' -- cgit v1.1