mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
ghostty: remove vim key table
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
750422e345
commit
b93511b85c
1 changed files with 0 additions and 21 deletions
|
|
@ -18,27 +18,6 @@ let
|
|||
mouse-scroll-multiplier = 1
|
||||
keybind = global:alt+space=toggle_visibility
|
||||
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
|
||||
${lib.optionalString hostConfig.isDarwin ''
|
||||
macos-titlebar-style = hidden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue