fix: resolve opencode / zellij key conflicts
This commit is contained in:
parent
040793a8c3
commit
d13e24ef11
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 = "<leader>p";
|
||||||
|
variant_cycle = "<leader>t";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setSessionVariables = true;
|
setSessionVariables = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue