From a82da5664a18d3898d28a69f7a2e332e1dedc952 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 16 Apr 2026 19:40:59 +0100 Subject: [PATCH] vault backup: 2026-04-16 19:40:59 --- 99 Daily/2026-04-16.md | 3 +++ wiki/dotfiles/terminal-cheatsheet.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index e0d66c6..739c367 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -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 diff --git a/wiki/dotfiles/terminal-cheatsheet.md b/wiki/dotfiles/terminal-cheatsheet.md index f2e40b5..559eb1c 100644 --- a/wiki/dotfiles/terminal-cheatsheet.md +++ b/wiki/dotfiles/terminal-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`)