Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0186-press_stash_button
press_stash_button = function()
	-- disable local modifications to a file without deleting it or saving the pane
	Show_menu = nil
	stash_pane(Current_pane)
end