Editor experience: hover, selection, buffer cleanup, explorer fixes, fonts - #4
Open
TheyCodeMeSilvers wants to merge 1 commit into
Open
Editor experience: hover, selection, buffer cleanup, explorer fixes, fonts#4TheyCodeMeSilvers wants to merge 1 commit into
TheyCodeMeSilvers wants to merge 1 commit into
Conversation
- 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
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