Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut to close source tabs in the devtools debugger?

As pictured here, I'm wondering if there is a keyboard shortcut to close these tabs either one by one or in bulk

devtools source tabs

like image 607
Colin D Avatar asked Dec 18 '22 18:12

Colin D


1 Answers

  • AltW or OptW (Mac) to close the active tab. See Sources panel keyboard shortcuts.

  • CtrlShiftP or ShiftP then type clo and it'll show you "Close All" command.

    close all in the command menu

  • Right-click a tab name > select Close all.

    close all

like image 108
wOxxOm Avatar answered May 24 '23 02:05

wOxxOm