ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Add a CommandType::Content variant #69

Open ulyssa opened 1 year ago

ulyssa commented 1 year ago

Emacs allows you to open a command bar with <C-X>b and enter a window name to switch to. Now that there's a WindowAction::Switch (#65), it should be possible to add a new CommandType that can trigger a window switch to OpenTarget::Name.