CodeEditCLI icon indicating copy to clipboard operation
CodeEditCLI copied to clipboard

✨ Flag to reuse the last active window

Open austincondiff opened this issue 3 years ago • 0 comments

Proposed Addition

Argument Description
-r or --reuse-window Use the last active window.

Description

When opening a file, tell CodeEdit to open the file in the last active window instead of opening the file in a new window (default behavior).

Examples

codeedit Example.swift:43:10 --reuse-window
codeedit Example.swift:43:10 -r

austincondiff avatar Oct 01 '22 05:10 austincondiff