Skip to content

Commit

Permalink
chore: ghostty keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 27, 2024
1 parent fe44569 commit d168de1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/nix/modules/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,15 @@ in
palette = 5=${colors.dark.orange}
palette = 6=${colors.dark.cyan}
palette = 7=${colors.dark.white}
keybind = ctrl+shift+h=goto_split:left
keybind = ctrl+shift+j=goto_split:bottom
keybind = ctrl+shift+k=goto_split:top
keybind = ctrl+shift+l=goto_split:right
keybind = ctrl+shift+enter=toggle_split_zoom
cursor-style = block
cursor-style-blink = false
shell-integration-features = no-cursor
'';
}

0 comments on commit d168de1

Please sign in to comment.