Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to select all the text in a page in QuteBrowser?

Tags:

python

browser

I need to map to select the document like in a normal browser. I tried using ggVG ( vim equivalent) but 'V' didn't work. Does anyone know how to do it?

like image 433
Harindu Dilshan Avatar asked Sep 06 '25 16:09

Harindu Dilshan


1 Answers

Lower-case v should work (unless you use the QtWebEngine backend). Otherwise, Ctrl-A in insert mode does.

However, Stackoverflow is for programming questions - this isn't about programming. ;-)

like image 161
The Compiler Avatar answered Sep 10 '25 00:09

The Compiler