diff --git a/.config/nvim/lua/blake/settings.lua b/.config/nvim/lua/blake/settings.lua index 8dae482..1de538d 100644 --- a/.config/nvim/lua/blake/settings.lua +++ b/.config/nvim/lua/blake/settings.lua @@ -62,6 +62,9 @@ command! WQA wqa command! Set set ]] +-- Quit even if there are more files to edit (files passed from the command line) +vim.cmd 'au QuitPre * args %' + -- Go to previous file, but faster vim.cmd 'command! P previous'