feat: Enhanced tmux config, cheatsheet TUI, and lazygit/delta integration#1
Open
growsoftaware wants to merge 5 commits into
Open
feat: Enhanced tmux config, cheatsheet TUI, and lazygit/delta integration#1growsoftaware wants to merge 5 commits into
growsoftaware wants to merge 5 commits into
Conversation
- Add Escape to enter copy mode (more intuitive than '[') - Add 'v' for visual selection, 'y' for yank to clipboard - Add prefix+a to toggle last window - Add prefix+p/P for ephemeral/command popups - Add prefix+t for persistent scratch terminal - Add prefix+J/S/B for pane management - Reduce escape-time to 10ms for faster response - Fix clipboard compatibility (macOS: pbcopy, Linux: xclip) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Redesign with Catppuccin Mocha colors - Split into 4 sections: Alacritty, Tmux, Claude CLI, Vim - Add fzf-powered global search with '/' - Add vim mode navigation with Escape (uses less) - Two-column layout for better space usage - Improved descriptions for each shortcut - Cross-platform clipboard support (macOS/Linux/WSL) - Responsive popup sizing (112x90%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add lazygit config with Catppuccin Mocha theme - Add .gitconfig with delta as pager - Side-by-side diffs with syntax highlighting - Nerd Font icons support - Vim-style keybindings in lazygit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add lazygit TUI for Git with cross-platform support - Add delta pager for beautiful diffs - Support apt (GitHub release), dnf, pacman, brew - Update help text and summary with new tools - Add symlinks for lazygit and git configs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allows moving current pane directly to scratch session with Shift+T. Creates scratch session if it doesn't exist. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR enhances the dotfiles with significant improvements to tmux workflow, a complete cheatsheet TUI rewrite, and adds lazygit + delta integration.
tmux Enhancements
prefix+Escapeto enter,vto select,yto yankprefix+aalternates between last two windowsprefix+p(ephemeral shell),prefix+P(command prompt),prefix+t(persistent scratch)prefix+J/S/Bfor join/send/break operationsescape-timefrom 500ms to 10msCheatsheet TUI
/key)less)New Tools
Cross-Platform Compatibility
Test Plan
prefix+Escape, select withv, yank withy)prefix+p,prefix+t)prefix+h, then/to search)./install.sh --dry-runon target platformlazygitorlgalias)git diff)🤖 Generated with Claude Code