master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3836f866d6 - Show all commits

View File

@@ -4,7 +4,10 @@ return {
delete_to_trash = true,
default_file_explorer = true,
skip_confirm_for_simple_edits = true,
show_hidden = true,
view_options = {
-- Show files and directories that start with "."
show_hidden = true,
},
keymaps = {
['g?'] = 'actions.show_help',
['<CR>'] = 'actions.select',