<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am looking for something similar to Bash's edit-and-execute-command. That is, when typing a commnad, say ":open -t www.anwebsite.com/d1/d2/d3", I would like to drop to my editor. The editor would have the same contents of the command line, ":open -t
<a href="http://www.anwebsite.com/d1/d2/d3" id="LPlnk269178">www.anwebsite.com/d1/d2/d3</a>", and I would be able to edit the line and after quitting the editor, the edited line would be executed in Qutebrowser.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I thought edit-command was what I needed, so I tried to add <br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
     config.bind('<Ctrl-b>','edit-command')</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
to the config file. However, the shortcut only works if I am in "normal mode", which does not help because the command line will be empty. Nothing happens when I am typing something in the command line and try Ctrl-B. Any idea?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks!</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Paulo<br>
</div>
</body>
</html>