How do I close a tab with two clicks and remove the cross from the tab?

Hi!

How do I close a tab with two clicks and remove the cross from the tab?

Is there a solution to this?

I would really like to work with Obsidian like that

Thank you!

.workspace-tab-header-inner-close-button {
  display: none;
}

On mac you need to disable action related to double clicking title bar

1 Like

Hi @blue_emperor !

Thank you very much! :+1:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.