Git and quality of life
Git workflows
Hunks, blame, and history search live in:
Highlights:
- gitsigns hunk navigation:
[h/]h. - stage/reset hunk mappings under
leader-gh*. - Diffview mappings under
leader-df*. - History search with
AdvancedGitSearchunderleader-ga*.
Local plugins
This repo ships workflow-specific Lua plugins under:
- Source:
plugins_local_src/ - Loaders:
plugins_local/ - Load list:
core/init.lua
They cover testing, commit summarization, ownership/CODEOWNERS search, TypeScript export moves, tmux bridge, source/test toggling, code screenshots, quickfix, and window ergonomics.
Details: Neovim local plugins.
Quality-of-life commands
Defined in core/keymaps.lua:
| Command / mapping | Purpose |
|---|---|
:LargeFiles | Populate quickfix with very large tracked files |
:WW / :WWW | Write without triggering autocmds |
leader-yp / leader-yP | Copy relative / absolute path |