Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0192-press_unstash_button
press_unstash_button = function()
	-- disable local modifications to a file without deleting it or saving the pane
	Show_menu = nil
	unstash_pane(Current_pane)
end