project_roots = [".git"]
esc_to_close = true
up = ["k", "up"]
down = ["j", "down"]
quit = "q"
help = "?"
all_up = "g"
all_down = "G"
open = "enter"
kill_processes = "ctrl-c"
selected = { color = "black", bg = "magenta" }
popup_border_style = { color = "white" }
help_key_style = { color = "lightcyan", mods = ["bold"] }
[special_commands]
[commands]
[preview]
preview_cmd = "cat {}"
down_key = "ctrl-d"
up_key = "ctrl-u"
scroll_amount = 10
border_color = { color = "cyan" }
scroll_bar_color = { color = "magenta" }
unreached_bar_color = { color = "blue" }
[filetree]
use_git = true
ignore = []
use_gitignore = true
refresh_time = 1000
dirs_first = false
show_hidden_by_default = false
special_commands_fuzzy = true
special_command = "v"
down_three = "ctrl-n"
up_three = "ctrl-p"
exec_cmd = "e"
delete = "d"
search = "/"
clear = '\'
new_file = "n"
new_dir = "N"
rename = "r"
move_path = "R"
git_filter = "T"
diff_mode = "t"
open_all = "o"
close_all = "O"
mark_selected = "m"
open_under = "l"
close_under = "h"
show_dotfiles = "."
focus = "f"
dir_style = { color = "blue", mods = ["italic"] }
filtered_out_message = { color = "yellow" }
border_color = { color = "magenta" }
git_added_style = { color = "green" }
git_new_style = { color = "red" }
git_modified_style = { color = "cyan" }
marks_style = { color = "yellow" }
[log]
border_color = { color = "blue" }
info = { color = "white" }
error = { color = "red" }
debug = { color = "green" }
warn = { color = "red" }
trace = { color = "magenta" }
[marks]
relative = true
open = "M"
delete = "d"
mark_style = { color = "white" }