diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-25 22:11:19 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-25 22:11:19 -0500 |
commit | c0d7006026175fdf6cdb6ae53ca4b948edbb986c (patch) | |
tree | 944c724d6e7be4d47b2d91ecb55af7b551948fab /qutebrowser | |
parent | 9d524a3b8918eae9c8e9ed89d3300b00aaacbecf (diff) |
mutt/msmtp/mbsync setting for multiple accounts
Also made minor changes to other configs.
Added .gitignore for qutebrowser file
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/autoconfig.yml | 6 | ||||
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 2 |
2 files changed, 2 insertions, 6 deletions
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' |