mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-09 03:56:04 +01:00
ghostty: add keybinds to settings example
This commit is contained in:
parent
01d0172933
commit
0db5c8bfcc
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in {
|
||||||
{
|
{
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
font-size = 10;
|
font-size = 10;
|
||||||
|
keybind = [
|
||||||
|
"ctrl+h=goto_split:left"
|
||||||
|
"ctrl+l=goto_split:right"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue