-
Notifications
You must be signed in to change notification settings - Fork 0
Comprehensive Ghostty and Neovim keybindings with hand-separation design #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
8
commits into
master
Choose a base branch
from
copilot/add-ghostty-neovim-keybindings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Copilot
AI
changed the title
[WIP] Add keybinding configurations for Ghostty and Neovim
Add Ghostty and Neovim keybindings with hand-separation design
Feb 2, 2026
… design Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
c225995 to
7e7102d
Compare
Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Add Ghostty and Neovim keybindings with hand-separation design
Fix invalid Ghostty keybind syntax for slash and grave keys
Feb 2, 2026
Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Fix invalid Ghostty keybind syntax for slash and grave keys
Fix Ghostty keybind syntax errors: move_tab actions and backquote key name
Feb 2, 2026
…+F/G Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Fix Ghostty keybind syntax errors: move_tab actions and backquote key name
Preserve standard terminal keybindings: Ctrl+R, Ctrl+F, Ctrl+G
Feb 2, 2026
Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Preserve standard terminal keybindings: Ctrl+R, Ctrl+F, Ctrl+G
Add Ghostty and Neovim keybinding configurations with hand-separation design
Feb 2, 2026
…acter key handling Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Add Ghostty and Neovim keybinding configurations with hand-separation design
Fix PageUp/PageDown generating tilde characters via escape sequences
Feb 2, 2026
Co-authored-by: lamawithonel <532659+lamawithonel@users.noreply.github.com>
Copilot
AI
changed the title
Fix PageUp/PageDown generating tilde characters via escape sequences
Comprehensive Ghostty and Neovim keybindings with hand-separation design
Feb 2, 2026
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.
Overview
Implements ergonomic keybinding configurations for Ghostty terminal and Neovim optimized for ZSA Moonlander, using hand-separation philosophy: modifiers on one hand, action keys on the other.
Configuration Structure
Ghostty (
.config/ghostty/config)Neovim (
.config/nvim/lua/config/ghostty-compat.lua)Key Design Decisions
Preserved standard sequences:
Ctrl+Rfor shell reverse-i-search (unbound in Ghostty)Ctrl+F/Greserved for find/find-nextPageUp/PageDownbound toignoreto prevent escape sequence artifacts (were generating tilde characters)Navigation patterns:
Shift+Left/Rightfor tabs (iTerm2/Konsole convention)Alt+ESDFfor split navigation (left hand)Ctrl+Shift+IJKLfor split creation (right hand)Syntax corrections:
move_tab:left/right→move_tab:-1/1(numeric offset required)grave_accent→backquote(per Ghostty's key.zig)Documentation
Comprehensive README with visual ASCII guides, keybinding reference tables, and rationale for preserved/ignored keys.
Original prompt
Add Ghostty and Neovim Keybinding Configurations
Create comprehensive keybinding configurations for Ghostty terminal emulator and Neovim that follow a consistent hand-separation design philosophy.
Design Principles
Keyboard Context
ZSA Moonlander keyboard with:
Key Assignments
Ghostty Splits
Ghostty Tabs
Neovim Windows (within Ghostty splits)
Other Bindings
Files to Create
1. Ghostty Configuration
Create
.config/ghostty/configwith: