nvim: add short command for previous file
This commit is contained in:
parent
704bd0c698
commit
4e79a02f38
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue