refactor: rename 'preview' config to 'preview_win'

This commit is contained in:
Steven Arcangeli 2024-11-10 15:56:15 -08:00
parent 1f5b002270
commit eb5497f0ac
4 changed files with 10 additions and 6 deletions

View file

@ -153,7 +153,7 @@ CONFIG *oil-confi
end,
},
-- Configuration for the file preview window
preview = {
preview_win = {
-- Whether the preview window is automatically updated when the cursor is moved
update_on_cursor_moved = true,
},