From 2ac0e7c2dcd98595ec36c957c99068d5087b93d8 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 20 Jun 2021 10:41:59 +0200 Subject: Updated vimrc fzf GFiles to show untracked files aswell, Updated qutebrowser binding close tab to dd instead of d, Added julia startup.jl to have navigation history vim bindings --- config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 3f266bc..1d9af27 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -73,6 +73,9 @@ config.bind('', 'devtools', 'normal') config.bind('j', 'scroll-page 0 0.05', 'normal') config.bind('k', 'scroll-page 0 -0.05', 'normal') +config.unbind('d', 'normal') +config.bind('dd', 'tab-close', 'normal') + c.colors.webpage.darkmode.enabled = True # Convert light themed sites to dark theme config.bind('', 'config-cycle -p content.proxy socks://localhost:9050/ system', mode='normal') -- cgit