]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: leave insert mode on load
authorSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:19:40 +0000 (20:19 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:19:40 +0000 (20:19 +0100)
qutebrowser/config.py

index 8ba1b71983cb7d92e1f55a18c7beb0d7c90213b5..b9ec5abbcb9fa1e46598d60b6719e6375e88ece9 100644 (file)
@@ -990,7 +990,7 @@ c.hints.scatter = False
 ## unreliable on this setting, and they may match the url you are
 ## navigating to, or the URL you are navigating from.
 ## Type: Bool
-# c.input.insert_mode.leave_on_load = False
+c.input.insert_mode.leave_on_load = True
 
 ## Switch to insert mode when clicking flash and other plugins.
 ## Type: Bool