Sambee 0.7

Smart Navigation and the Quick Bar

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

  1. Press Ctrl + K to open smart navigation.
  2. Type part of a directory name.
  3. Sambee lists all matches across the current connection.
  4. Choose the match you want to jump to and open that directory immediately.

Filter Files in the Current Directory

  1. Press Ctrl + Alt + F to open the quick bar in file list filtering mode.
  2. Type part of a file or directory name.
  3. Sambee filters the file list to only those items matching your search term.

Locate and Run Any Command

  1. Press Ctrl + P or F1 to open the quick bar in command mode.
  2. Type part of the name of a command.
  3. Sambee lists all matching commands.
  4. Choose the command you want to run.