From 7709ece0f89df2bfafb09e0a0bb4e87fc420b306 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 1 Nov 2024 02:42:24 +0100 Subject: [PATCH] glog: Add `--highlight-line` --- .config/zsh/autoload/git/glog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/autoload/git/glog b/.config/zsh/autoload/git/glog index 69d527f..416325a 100755 --- a/.config/zsh/autoload/git/glog +++ b/.config/zsh/autoload/git/glog @@ -137,6 +137,8 @@ local -a fzf_args=( "--reverse" # Do not sort when typing to maintain the sorting by date. "--no-sort" + # Highlight the whole current line similar to vim's 'cursorline + "--highlight-line" ) # The preview-window should be placed differently depending on the dimensions of