Sublime Forum

How to hide Find / Replace Panel

#1

Hello

So to bring up the Find panel I click Ctrl + F ] and for the Replace I do Ctrl + H ] and these work as expected by showing the relevant panel at the bottom of the ST window.

However once I have them up, I can’t find a way to hide them again! Can someone please tell me how this is done?

Thank you.

Ciwan.

0 Likes

#2

Press escape.

0 Likes

#3

Dont’ you think the thing should be automatically hidden upon pressing enter?

0 Likes

#4

No, cause a lot of times I want to keep finding.

0 Likes

#5

Thanks Escape ] did the trick.

0 Likes

#6

I just swapped the command,

{ "keys": "ctrl+f"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false} }

0 Likes

#7

Press Alt+Shift+1 or go to View > Layout > Single

0 Likes