brows icon indicating copy to clipboard operation
brows copied to clipboard

Add the ability to omit certain commands from the suggestion list.

Open kyourek opened this issue 1 year ago • 1 comments

As noted by @ProxyPlay

it would also be cool to separate open path Alt+L, and run or search for commands, for example Alt+Shift+L

This will require filtering the collection of commands that produce the suggestion list in instances of CommandPalette, and potentially the collection of commands that are actually allowed to be run from that instance.

kyourek avatar Mar 28 '24 03:03 kyourek

See 01dd8c9

This update removes the DirectoryFound command from the list of commands that generate suggestions when the shortcut CTRL+ALT+L is used to launch the command palette. So, practically, that means that directory matches will NOT be suggested with CTRL+ALT+L, but WILL be with CTRL+L.

kyourek avatar Mar 28 '24 03:03 kyourek

This feature is in version 0.44.0.43.

kyourek avatar Jun 23 '24 02:06 kyourek