zellij and jujutsu changes
This commit is contained in:
parent
22cca03fec
commit
afbaf19f1e
3 changed files with 16 additions and 2 deletions
|
|
@ -9,5 +9,6 @@
|
||||||
go
|
go
|
||||||
jq
|
jq
|
||||||
tree
|
tree
|
||||||
|
lazyjj
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{pkgs, ...}: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "cjriddz@protonmail.com";
|
userEmail = "cjriddz@protonmail.com";
|
||||||
|
|
@ -27,4 +27,17 @@ _: {
|
||||||
rb = "rebase -i";
|
rb = "rebase -i";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.jujutsu = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
user = {
|
||||||
|
email = "cjriddz@protonmail.com";
|
||||||
|
name = "iofq";
|
||||||
|
};
|
||||||
|
ui = {
|
||||||
|
pager = "${pkgs.bat}/bin/bat";
|
||||||
|
default-command = ["log"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
bind "Space" { NextSwapLayout; }
|
bind "Space" { NextSwapLayout; }
|
||||||
bind "x" { CloseFocus; SwitchToMode "Locked"; }
|
bind "x" { CloseFocus; SwitchToMode "Locked"; }
|
||||||
bind "/" {
|
bind "/" {
|
||||||
LaunchOrFocusPlugin "zellij-forgot" { floating true }
|
LaunchOrFocusPlugin "zellij-forgot" { floating true; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
shared_except "tmux" {
|
shared_except "tmux" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue