We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3a2f9 commit 86f1ba2Copy full SHA for 86f1ba2
1 file changed
init.lua
@@ -119,7 +119,7 @@ vim.schedule(function() vim.o.clipboard = 'unnamedplus' end)
119
-- Enable break indent
120
vim.o.breakindent = true
121
122
--- Save undo history
+-- Enable undo/redo changes even after closing and reopening a file
123
vim.o.undofile = true
124
125
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
0 commit comments