dotfiles - Personal dotfiles
ssh://anon@thyssentishman.com/dotfiles
Log | Files | Refs | Feed | Contribute | README

Commit: 83a63ba5bd94f7bed5d7fd93e2b0dd82f6dd3bd8
Parent: 60915d62796f1d42afbbffc634e1e46077672aeb
Author: Johannes Thyssen Tishman
Date:   Mon,  8 Jul 2024 18:57:25 +0000

profile: fzf: Use new --highlight-line option

Diffstat:
M profile | 1 +

1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/profile b/profile
@@ -17,6 +17,7 @@ export FZF_DEFAULT_OPTS='
 	--reverse
 	--no-info
 	--no-separator
+	--highlight-line
 	--color="hl:14,hl+:11,bg+:0,fg+:7:regular:underline,pointer:10"
 '