Compare commits
No commits in common. "20453cfebeb684017c8554db5192b5bf38764ab0" and "7283d5da1b178f1a71c59f6cdad19082f2bc8a2f" have entirely different histories.
20453cfebe
...
7283d5da1b
2 changed files with 0 additions and 31 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
mochi
|
mochi
|
||||||
ticktick
|
ticktick
|
||||||
gimp
|
gimp
|
||||||
vlc
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -74,20 +74,6 @@
|
||||||
bind "Alt l" { MoveFocus "Right"; }
|
bind "Alt l" { MoveFocus "Right"; }
|
||||||
bind "Alt f" { ToggleFloatingPanes; }
|
bind "Alt f" { ToggleFloatingPanes; }
|
||||||
bind "Alt n" { NewPane; }
|
bind "Alt n" { NewPane; }
|
||||||
bind "Alt g" {
|
|
||||||
Run "sh" "-c" "jj log --color always | less -R" {
|
|
||||||
name " JJ Log "
|
|
||||||
floating true
|
|
||||||
close_on_exit true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
bind "Alt s" {
|
|
||||||
Run "sh" "-c" "jj st --color always | less -R" {
|
|
||||||
name " JJ Status "
|
|
||||||
floating true
|
|
||||||
close_on_exit true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
locked {
|
locked {
|
||||||
|
|
@ -113,22 +99,6 @@
|
||||||
bind "s" { SwitchToMode "Scroll"; }
|
bind "s" { SwitchToMode "Scroll"; }
|
||||||
bind "d" { Detach; }
|
bind "d" { Detach; }
|
||||||
bind "q" { Quit; }
|
bind "q" { Quit; }
|
||||||
bind "g" {
|
|
||||||
Run "sh" "-c" "jj log --color always | less -R" {
|
|
||||||
name " JJ Log "
|
|
||||||
floating true
|
|
||||||
close_on_exit true
|
|
||||||
};
|
|
||||||
SwitchToMode "Locked";
|
|
||||||
}
|
|
||||||
bind "s" {
|
|
||||||
Run "sh" "-c" "jj st --color always | less -R" {
|
|
||||||
name " JJ Status "
|
|
||||||
floating true
|
|
||||||
close_on_exit true
|
|
||||||
};
|
|
||||||
SwitchToMode "Locked";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scroll {
|
scroll {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue