1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

ghostty: add keybinds to settings example

This commit is contained in:
quasigod 2025-01-23 06:04:39 -05:00 committed by GitHub
parent 01d0172933
commit 0db5c8bfcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,10 @@ in {
{
theme = "catppuccin-mocha";
font-size = 10;
keybind = [
"ctrl+h=goto_split:left"
"ctrl+l=goto_split:right"
];
}
'';
description = ''