zellij and jujutsu changes
This commit is contained in:
parent
22cca03fec
commit
afbaf19f1e
3 changed files with 16 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "cjriddz@protonmail.com";
|
||||
|
|
@ -27,4 +27,17 @@ _: {
|
|||
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 "x" { CloseFocus; SwitchToMode "Locked"; }
|
||||
bind "/" {
|
||||
LaunchOrFocusPlugin "zellij-forgot" { floating true }
|
||||
LaunchOrFocusPlugin "zellij-forgot" { floating true; }
|
||||
}
|
||||
}
|
||||
shared_except "tmux" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue