sublime_text icon indicating copy to clipboard operation
sublime_text copied to clipboard

View -> Layout options are unavailable in the Command Palette

Open zzag opened this issue 4 months ago • 1 comments

Problem description

This can be useful if the menu bar is hidden. For example,

  • press Ctrl+Shift+P
  • search for columns or rows

There are keyboard shortcuts assigned to different layouts but I occasionally forget what numbers are reserved for columns and rows.

Preferred solution

  • open the command palette
  • search for columns or rows
  • select the desired layout

Alternatives

There are two other alternatives:

  • memorize the shortcuts

or

  • show the menubar
  • change the layout
  • hide the menubar

Additional Information

No response

zzag avatar Aug 31 '25 20:08 zzag

For those interested in having all default commands available in Command Palette, check out https://github.com/deathaxe/sublime-commands.

Some additional helpers which extend the first repo, but don't need to augment/hide ST default resources, are available at https://github.com/deathaxe/sublime-default-extended.

deathaxe avatar Sep 01 '25 10:09 deathaxe