From a9a1e87c63def17d29d029b8fc8245e3720fa4e7 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Sun, 21 Jul 2024 21:19:57 -0700 Subject: [PATCH] [guide-] change current row cursor to underline --- visidata/guide.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/visidata/guide.py b/visidata/guide.py index 61b9a6ba8..a89213cc2 100644 --- a/visidata/guide.py +++ b/visidata/guide.py @@ -221,6 +221,8 @@ def getCommandInfo(sheet, keys): else: vd.warning(f'no command bound to {keys} on {sheet}') +GuideSheet.options.color_current_row = "underline" + vd.addCommand('', 'show-command-info', 'status(getCommandInfo(inputKeys("get command for keystrokes: ")))', 'show longname and helpstring for keybinding') vd.addMenuItems('''