Commit Graph

5 Commits (96f15c82af6311c6fea1f8d0b2dbe7716bbd1836)

Author SHA1 Message Date
Amir Alexander Abdelbaki a8b98166cf feat(nvim): auto-quit when only NERDTree/dadbod/Claude Code remain
After closing the file you were working on, if every remaining window
in the (only) tab is NERDTree, the dadbod-ui browser, or the Claude
Code terminal, there's nothing left to edit — a WinClosed autocmd
force-quits (qa!) rather than leaving you staring at bare utility
sidebars. qa! also bypasses the "terminal job still running" prompt
for the live Claude Code process; nothing there is a real file buffer.

Verified live: closing a file while another real file window remains
does not quit; closing the last real file with only utility windows
left (individually tested with NERDTree, dadbod-ui, and a
claude-named terminal buffer) does.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 11:31:59 +02:00
Amir Alexander Abdelbaki f769ed5e7d feat(nvim): auto-reload buffers changed on disk by Claude Code
Claude Code can write files outside claudecode.nvim's diff-review
pipeline (plain Bash tool calls), leaving open buffers stale. Turn on
autoread and run :checktime on FocusGained/BufEnter/CursorHold(I) plus
claudecode.nvim's own ClaudeCodeDiffClosed/ClaudeCodeSendComplete User
autocmds, so buffers refresh the moment you leave the Claude Code
terminal or a diff/edit lands, without clobbering unsaved local edits.

Verified live against the installed plugin set: all four core events
and both User autocmds register and resolve to :checktime.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 11:03:22 +02:00
Amir Alexander Abdelbaki ad691e69e0 feat(nvim): set leader to Space
Space is otherwise a no-op duplicate of "l" in normal mode, making it
free to claim without losing any real functionality. Verified live
against the installed plugin set that <leader>a... (Claude Code) and
<leader>x (CoC snippet convert) now resolve under <Space>.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 10:55:33 +02:00
Amir Alexander Abdelbaki 1135d22b39 feat(nvim): switch to coder/claudecode.nvim, document all keybinds
Replace greggh/claude-code.nvim (bare terminal wrapper) with
coder/claudecode.nvim's native WebSocket bridge — inline diff review,
buffer/selection context, model switching. Runs with
terminal.provider = "native" to avoid pulling in snacks.nvim. New
commands are bound under the previously-unused <leader>a prefix, so
none of the existing single-key app toggles are disturbed.

Move the alot floating-terminal toggle from bare "n" to "m", freeing
"n" back to Vim's default repeat-search behavior.

Document the full Neovim keybind set (window nav, app toggles, Claude
Code, insert-mode completion, misc) in docs/md/editors.md — previously
undocumented.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 10:47:24 +02:00
Amir Alexander Abdelbaki 8128ae84e4 docs: add full documentation site with CyberQueer HTML theme
9 Markdown pages covering installation, theming, Hyprland, editors,
modules, archiso, FreeIPA/Ansible, and utilities. md-to-html.sh
converts them to self-contained styled HTML using the live palette
from colors.conf with inline CyberQueer CSS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 15:47:09 +02:00