Files
dotfiles/navigate/.config/navigate/navigate.toml
2025-07-07 10:27:27 +02:00

32 lines
815 B
TOML

[general]
dedup_stack = false
rotate_stack_on_jump_to_entry = false
show_stack_on_push = false
show_stack_on_pop = false
show_invalid_stack_entries = false
show_entries_on_bookmark = false
show_invalid_bookmarks = true
cleanup_bookmarks = false
[format]
align_separators = true
show_home_as_tilde = true
stack_hide_numbers = false
stack_separator = ' = '
bookmarks_separator = ' = '
[styles]
warning_style = 'yellow, italic'
error_style = 'red, bold'
stack_number_style = 'default'
stack_separator_style = 'cyan'
stack_path_style = 'italic'
stack_punct_style = '#805820, bold'
stack_invalid_style = '#CCCCCC, strikethrough'
bookmarks_name_style = 'bold'
bookmarks_seperator_style = 'cyan'
bookmarks_path_style = 'italic'
bookmarks_punct_style = '#805820, bold'
bookmarks_invalid_style = '#CCCCCC, strikethrough'