Date created: 2024-09-27
Remap nvim commands in lua
vim.cmd('command NewCommandMap ExistingCommand')
User-defined commands need to start with a capital letter.
Date created: 2024-09-27
vim.cmd('command NewCommandMap ExistingCommand')
User-defined commands need to start with a capital letter.