ghostty: remove vim key table
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-31 07:05:33 +00:00
parent 750422e345
commit b93511b85c

View file

@ -18,27 +18,6 @@ let
mouse-scroll-multiplier = 1 mouse-scroll-multiplier = 1
keybind = global:alt+space=toggle_visibility keybind = global:alt+space=toggle_visibility
keybind = shift+enter=text:\n keybind = shift+enter=text:\n
keybind = alt+v=activate_key_table:vim
keybind = vim/
keybind = vim/j=scroll_page_lines:1
keybind = vim/k=scroll_page_lines:-1
keybind = vim/ctrl+d=scroll_page_down
keybind = vim/ctrl+u=scroll_page_up
keybind = vim/ctrl+f=scroll_page_down
keybind = vim/ctrl+b=scroll_page_up
keybind = vim/shift+j=scroll_page_down
keybind = vim/shift+k=scroll_page_up
keybind = vim/g>g=scroll_to_top
keybind = vim/shift+g=scroll_to_bottom
keybind = vim/slash=start_search
keybind = vim/n=navigate_search:next
keybind = vim/v=copy_to_clipboard
keybind = vim/y=copy_to_clipboard
keybind = vim/shift+semicolon=toggle_command_palette
keybind = vim/escape=deactivate_key_table
keybind = vim/q=deactivate_key_table
keybind = vim/i=deactivate_key_table
keybind = vim/catch_all=ignore
mouse-hide-while-typing = true mouse-hide-while-typing = true
${lib.optionalString hostConfig.isDarwin '' ${lib.optionalString hostConfig.isDarwin ''
macos-titlebar-style = hidden macos-titlebar-style = hidden