diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-06-20 10:41:59 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-06-20 10:41:59 +0200 |
| commit | 2ac0e7c2dcd98595ec36c957c99068d5087b93d8 (patch) | |
| tree | f508a5cb5180b4e13eca11eb2ee0b64405df3320 /config/qutebrowser | |
| parent | 85ad32e67a37e3b290e0d6719f378ee85a32f4ec (diff) | |
| download | dotfiles-2ac0e7c2dcd98595ec36c957c99068d5087b93d8.tar.gz dotfiles-2ac0e7c2dcd98595ec36c957c99068d5087b93d8.tar.bz2 dotfiles-2ac0e7c2dcd98595ec36c957c99068d5087b93d8.zip | |
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
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
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('<F12>', '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('<Ctrl-Shift-t>', 'config-cycle -p content.proxy socks://localhost:9050/ system', mode='normal') |
