diff kitten: Make the representation of tabs configurable

This commit is contained in:
Kovid Goyal
2018-05-20 15:37:52 +05:30
parent 912b395316
commit b6baa99fce
5 changed files with 17 additions and 6 deletions

View File

@@ -17,6 +17,9 @@ num_context_lines 3
# is to search the system for either git or diff and use that, if found.
diff_cmd auto
# The string to replace tabs with. Default is to use four spaces.
replace_tab_by \x20\x20\x20\x20
# Colors
foreground black
background white