fix: resolve opencode / zellij key conflicts
This commit is contained in:
parent
040793a8c3
commit
5508a55f21
1 changed files with 9 additions and 0 deletions
9
home.nix
9
home.nix
|
|
@ -858,6 +858,15 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".config/opencode/tui.json".text = builtins.toJSON {
|
||||
"$schema" = "https://opencode.ai/tui.json";
|
||||
keybinds = {
|
||||
leader = "ctrl+x";
|
||||
command_list = "ctrl+x p";
|
||||
variant_cycle = "ctrl+x t";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue