Compare commits
2 commits
7283d5da1b
...
20453cfebe
| Author | SHA1 | Date | |
|---|---|---|---|
| 20453cfebe | |||
| 6f5fc5c229 |
2 changed files with 31 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
mochi
|
||||
ticktick
|
||||
gimp
|
||||
vlc
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -74,6 +74,20 @@
|
|||
bind "Alt l" { MoveFocus "Right"; }
|
||||
bind "Alt f" { ToggleFloatingPanes; }
|
||||
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 {
|
||||
|
|
@ -99,6 +113,22 @@
|
|||
bind "s" { SwitchToMode "Scroll"; }
|
||||
bind "d" { Detach; }
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue