docs: example config

This commit is contained in:
Jack Wills
2025-06-17 22:08:50 +00:00
parent 9cc9f466f8
commit b8cdea9759
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// "save_dir": "$HOME",
// Force use of docker cli when execing into containers, honestly mostly pointless
"use_cli": false,
// Show the logs section - this can be changed during operation with the container_height_decrease / container_height_increase keys
// Show the logs section - this can be changed during operation with the log_section_toggle key
"show_logs": true,
//////////////////
// Custom Keymap //
+1 -1
View File
@@ -40,7 +40,7 @@ timestamp_format = "%Y-%m-%dT%H:%M:%S.%8f"
# Force use of docker cli when execing into containers, honestly mostly pointless
use_cli = false
# Show the logs section - this can be changed during operation with the container_height_decrease / container_height_increase keys
# Show the logs section - this can be changed during operation with the log_section_toggle key
show_logs = true
#################