fish: add jl function to show jj log w/fzf preview

This commit is contained in:
Daniel Lundin 2024-08-10 16:11:50 +02:00
parent 9d1bdf84e5
commit 389907c2d4
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -129,9 +129,6 @@ in
"commit_id prefix" = {
bold = true;
};
"diff token" = {
underline = false;
};
};
};
};