Skip to content

Commit

Permalink
Doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Jan 15, 2020
1 parent 24fe2af commit 35e8a1b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
{
// The default depth is `2` (projects are listed using the pattern `*/*`
// e.g. `name/name`). If you prefer to organise your projects at a single
// level, set the depth to `1`:
"sesame.depth": 2,

// Enable the default keymaps.
"sesame.keymaps": true,

// Location of your projects.
//
// "sesame.path": "~/projects"
//
// Multiple paths can be set using a `PATH` separator (':' for POSIX or
// ';' for Windows):
// Set the location of your projects.
//
// "sesame.path": "~/projects:~/work:~/src"
// Use the system PATH separator to specify multiple paths for example
// colon ':' for POSIX and semi-colon ';' for Windows:
//
// Or:
// For example: "sesame.path": "~/projects"
// "sesame.path": "~/projects:~/work:~/src"
// OR "sesame.path": ["~/projects", "~/work", "~/src"]
//
// "sesame.path": ["~/projects", "~/work", "~/src"]
//
// Overriding settings for specific paths:
// Example overriding settings for specific paths:
//
// "sesame.path": [
// {"path": "~/projects", "depth": 1}
// {"path": "~/work", "vcs": true}
// ]
//
// "sesame.path": "~/projects",

/*
"sesame.path": "",
*/

// The default depth is `2` (projects are listed using the pattern `*/*`
// e.g. `name/name`). If you prefer to organise your projects at a single
// level, set the depth to `1`:
"sesame.depth": 2,

// Include/exclude version controlled projects e.g. Git, Mercurial,
// Subversion: `true` means include only version controlled projects,
Expand All @@ -36,5 +33,8 @@
// * null: Include version controlled and non-version controlled projects
// * true: Include only version controlled projects
// * false: Exclude version controlled projects
"sesame.vcs": null
"sesame.vcs": null,

// Enable the default keymaps.
"sesame.keymaps": true
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add, open, remove, and switch, projects or folders, using the Command Palette an

## QUICK START

Set the location of your projects:
Set the location of your projects and press `ctrl+alt+o` for prompt open project.

`Menu > Preferences > Settings`

Expand All @@ -16,8 +16,6 @@ Set the location of your projects:
}
```

Press `ctrl+alt+o` to open a project.

## INSTALLATION

### Package Control installation
Expand Down

0 comments on commit 35e8a1b

Please sign in to comment.