nvim: add short command for previous file

This commit is contained in:
PowerUser64 2022-08-11 01:04:01 -07:00
parent 704bd0c698
commit 4e79a02f38

View file

@ -62,6 +62,9 @@ command! WQA wqa
command! Set set command! Set set
]] ]]
-- Go to previous file, but faster
vim.cmd 'command! P previous'
-- Macro for opening a new terminal -- Macro for opening a new terminal
vim.cmd 'command! Term tabnew | term' vim.cmd 'command! Term tabnew | term'