mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-11 00:23:59 +02:00
Preliminary Term Highlighting
This commit is contained in:
@@ -113,10 +113,16 @@ NoteSearchRecoll () {
|
|||||||
cut -c 8- | sed s/^/realpath\ \"/ |\
|
cut -c 8- | sed s/^/realpath\ \"/ |\
|
||||||
sed s+\$+\"\ --relative-to\ \"./\"+ | bash' \
|
sed s+\$+\"\ --relative-to\ \"./\"+ | bash' \
|
||||||
--bind pgup:preview-page-up,pgdn:preview-page-down \
|
--bind pgup:preview-page-up,pgdn:preview-page-down \
|
||||||
--preview "bat --color=always --line-range :500 \
|
--preview "bat {} 2> /dev/null \
|
||||||
--terminal-width 80 --theme=TwoDark {+} \
|
--color=always --line-range :500 \
|
||||||
--italic-text=always \
|
--terminal-width 80 \
|
||||||
--decorations=always" \
|
--theme=TwoDark |\
|
||||||
|
rg --pretty --colors --context 20 {cq} \
|
||||||
|
--no-line-number --ignore-case \
|
||||||
|
--colors 'match:fg:21,39,200' \
|
||||||
|
--colors 'line:style:nobold' \
|
||||||
|
--colors 'match:style:bold' \
|
||||||
|
--colors 'match:bg:30,200,30'" \
|
||||||
--color=fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c
|
--color=fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c
|
||||||
}
|
}
|
||||||
RELATIVE_PATH="$(RelativePath)"
|
RELATIVE_PATH="$(RelativePath)"
|
||||||
|
Reference in New Issue
Block a user