Editor experience: hover, selection, buffer cleanup, explorer fixes, fonts - #4
Open
TheyCodeMeSilvers wants to merge 2 commits into
Open
Editor experience: hover, selection, buffer cleanup, explorer fixes, fonts#4TheyCodeMeSilvers wants to merge 2 commits into
TheyCodeMeSilvers wants to merge 2 commits into
Conversation
added 2 commits
August 28, 2026 15:48
- Add fd to Brewfile (explorer search fix + faster file finding) - Ghostty: font-size 15, unbind super+j and shift+arrow_left/right - Cmd+J hover documentation, Shift+Left/Right selection, f->search - Leader+b+a to delete all other buffers - Explorer: fixed-width central layout, auto-close on file pick
- Multicursor: add M-C-Down/Up cursors, free up C-Down/C-Up - Keymaps: Shift+Up/Down selection in insert mode, Cmd+B close buffer, word-substitute via 's' - Ghostty: unbind Cmd+B to pass through to Neovim for buffer close - SQL: disable sqlls LSP, disable built-in sqlcomplete omnifunc (drill errors) - New plugins: bruno (API runner), go + neotest (test core & lang) - Update lazy-lock.json pins - Snacks explorer: f key closes all explorers
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
A set of editor-experience improvements across Neovim, Ghostty, and the package manifest.
Changes
Neovim keybindings (
configs/nvim/lua/config/keymaps.lua)f→ search (same as/)<leader>ba→ delete all other buffers (keeps the current window open)Ghostty (
configs/ghostty/config)font-size = 15super+j/super+shift+jso Cmd+J reaches Neovimshift+arrow_left/rightso Shift selection reaches NeovimExplorer (
configs/nvim/lua/plugins/snacks.lua)jump.close = true)Package manifest (
Brewfile)fd— fixes the explorer "No supported finder found" error (the explorer hardcodesfdfor incremental search) and speeds up file picking