Update interrupt key
This commit is contained in:
parent
68aa7a16f8
commit
99d6d591be
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
|
keybinds = {
|
||||||
|
app_exit = "ctrl+d,<leader>q";
|
||||||
|
session_interrupt = "ctrl+c";
|
||||||
|
};
|
||||||
mcp = {
|
mcp = {
|
||||||
context7 = {
|
context7 = {
|
||||||
type = "local";
|
type = "local";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue