Skip to content

Instantly share code, notes, and snippets.

@paul-d-ray
Last active October 14, 2025 18:07
Show Gist options
  • Select an option

  • Save paul-d-ray/2b0c705fd64449fb3a9c566f23e6eef0 to your computer and use it in GitHub Desktop.

Select an option

Save paul-d-ray/2b0c705fd64449fb3a9c566f23e6eef0 to your computer and use it in GitHub Desktop.
Visidata .visidatarc file

Visidata Config File

In Windows, the config file goes in the user home folder

  • Create the C:\Users\USERNAM\.visidatarc file
    • note the dot in front of the file name
  • add the following to the file
# for VisiData
import datetime

options.color_key_col = "green"
  • The color key col, is to correct the color of the key column in Windows Terminal.
    • The default color is cyan, and it is not very readable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment