Command Palette & Keyboard Commands
// Opening the Command Palette
Press Ctrl + P to open the command palette. It overlays a fuzzy-search box on top of the active workspace, giving you access to all actions and files.
// Fuzzy File Searching
Start typing a relative file path (e.g. src/main.py) and TermStudio will show matches instantly. Press Enter to open the highlighted file in the active editor pane.
// Triggering Actions
Type > to filter for IDE commands. For example, > Theme solarized shifts the colors immediately, and > Toggle wrap shifts the word wrap state.