The quick bar is one of Sambee’s core navigation features.
If you have used Visual Studio Code, the interaction model will feel familiar: one shared bar helps you navigate, filter, and run commands quickly.
The quick bar has multiple modes:
- Smart navigation with Ctrl + K
- File list filtering with Ctrl + Alt + F
- Command mode with Ctrl + P or F1
Jump to Any Directory with Smart Navigation
- Press Ctrl + K to open smart navigation.
- Type part of a directory name.
- Sambee lists all matches across the current connection.
- Choose the match you want to jump to and open that directory immediately.
Filter Files in the Current Directory
- Press Ctrl + Alt + F to open the quick bar in file list filtering mode.
- Type part of a file or directory name.
- Sambee filters the file list to only those items matching your search term.
Locate and Run Any Command
- Press Ctrl + P or F1 to open the quick bar in command mode.
- Type part of the name of a command.
- Sambee lists all matching commands.
- Choose the command you want to run.