pi-powerline-footer 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/welcome.ts +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/welcome.ts
CHANGED
|
@@ -121,9 +121,9 @@ export class WelcomeComponent implements Component {
|
|
|
121
121
|
// Right column
|
|
122
122
|
const rightLines = [
|
|
123
123
|
` ${this.bold(fgOnly("accent", "Tips"))}`,
|
|
124
|
-
` ${this.dim("?")} for keyboard shortcuts`,
|
|
125
124
|
` ${this.dim("/")} for commands`,
|
|
126
125
|
` ${this.dim("!")} to run bash`,
|
|
126
|
+
` ${this.dim("Shift+Tab")} cycle thinking`,
|
|
127
127
|
separator,
|
|
128
128
|
` ${this.bold(fgOnly("accent", "Loaded"))}`,
|
|
129
129
|
...countLines,
|