Skip to content

Commit

Permalink
[guide-] change current row cursor to underline
Browse files Browse the repository at this point in the history
anjakefala committed Jul 22, 2024
1 parent f34eee2 commit a9a1e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visidata/guide.py
Original file line number Diff line number Diff line change
@@ -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('''

0 comments on commit a9a1e87

Please sign in to comment.