fish: add jl
function to show jj log w/fzf preview
This commit is contained in:
parent
9d1bdf84e5
commit
389907c2d4
2 changed files with 4 additions and 3 deletions
|
@ -34,6 +34,10 @@
|
|||
'';
|
||||
};
|
||||
|
||||
jl.body = ''
|
||||
jj log --color=always --no-graph -T builtin_log_oneline -r 'all()' | fzf --ansi --reverse --wrap --preview 'jj show --tool=difftu {1}' --preview-window=down,70% --color=light
|
||||
'';
|
||||
|
||||
__zoxide_zi_repaint.body = ''
|
||||
__zoxide_zi
|
||||
commandline -f repaint
|
||||
|
|
|
@ -129,9 +129,6 @@ in
|
|||
"commit_id prefix" = {
|
||||
bold = true;
|
||||
};
|
||||
"diff token" = {
|
||||
underline = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue