Stefan Hagen

Results 125 comments of Stefan Hagen

@ebrensi Unfortunately there is little that can be done within text area elements. A true visual mode won't be possible without it being supported by webkit (which is unlikely). I...

Well, it could be done, if someone would implement it. I personally have no interest in this, because I can remember the character I just typed.

You can do this already :) try typing ` gt`, so `5gt` jumps to tab 5. ![changetab](https://user-images.githubusercontent.com/44190565/105738098-f9473c00-5f36-11eb-86c9-8f2f07afce4f.png) EDIT: if you switch favicons off, the tabs have numbers instead.

I totally missed the tabmenu plugin. It does exactly what was asked for...

I'm playing with tabmenu myself now. It has an issue with current luakit where it breaks when you save a session with multiple tabs, then load it and use tabmenu...

I think it's a matter of habit. But whatever is on the right bottom of the screen is basically lost as I rarely look there. It just happens that I...

@aidanholm: I was thinking about something along the lines of luakit://plugins where each module could have a checkbox. It would further reduce what we need to ship in rc.lua. And...

Hi, This is not "the new default" and should be fixed in Version 2.2. OS/Distribution? luakit --version?

I think this happens when webkit spawns a process for each tab. Try setting `export WEBKIT_USE_SINGLE_WEB_PROCESS=1` before starting luakit.

Does this still happen? There were significant changes in Webkit 2.26 related to how processes work. I think process_limit is ignored meanwhile. Are you able to reproduce the issue with...