vault backup: 2026-04-16 19:40:59
This commit is contained in:
parent
e50e61d241
commit
a82da5664a
2 changed files with 22 additions and 0 deletions
|
|
@ -194,3 +194,6 @@ tags: [daily]
|
|||
- 19:37 | `aimpress`
|
||||
- **Asked:** Make the clauded alias persistent across terminal restarts and add welcome message cheat sheets to WezTerm.
|
||||
- **Done:** Configured persistent alias in shell config and set up Tide prompt in Lean style with Catppuccin Mocha colors for WezTerm.
|
||||
- 19:39 | `aimpress`
|
||||
- **Asked:** Make terminal alias persistent across restarts | Added `clauded` alias to shell configuration file for permanent persistence | ~/.bashrc, ~/.zshrc, ~/.config/fish/config.fish
|
||||
- **Done:** Set up terminal welcome message with cheatsheet | Created and configured cheatsheet display on terminal startup with fzf.fish bindings and poke command | wezterm.lua, ~/.config/fish/config.fish, cheatsheet.md
|
||||
|
|
|
|||
|
|
@ -172,6 +172,25 @@ Ctrl+R # fuzzy history search
|
|||
| `Ctrl+L` | clear screen |
|
||||
| `Ctrl+C` | interrupt |
|
||||
|
||||
### fzf.fish bindings (plugin)
|
||||
|
||||
| Key | Action |
|
||||
|-----|--------|
|
||||
| `Ctrl+R` | history search with preview |
|
||||
| `Ctrl+Alt+F` | find files in cwd (bat preview) |
|
||||
| `Ctrl+Alt+S` | git status files |
|
||||
| `Ctrl+Alt+L` | git log picker (diff preview) |
|
||||
| `Ctrl+Alt+P` | kill process picker |
|
||||
| `Ctrl+V` | shell variables picker |
|
||||
| `Ctrl+Alt+D` | cd into any subdir (tree preview) |
|
||||
|
||||
## Fun / visual
|
||||
|
||||
| Command | Action |
|
||||
|---------|--------|
|
||||
| `poke` | random Pokémon ASCII art |
|
||||
| `fastfetch` | system info (prints on shell start) |
|
||||
|
||||
---
|
||||
|
||||
## superfile (`spf`)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue