diff --git a/init.lua b/init.lua index a512a474..f759fdc0 100644 --- a/init.lua +++ b/init.lua @@ -194,6 +194,9 @@ vim.keymap.set('n', '', '', { desc = 'Move focus to the right win vim.keymap.set('n', '', '', { desc = 'Move focus to the lower window' }) vim.keymap.set('n', '', '', { desc = 'Move focus to the upper window' }) +-- TODO: EGEN TEXT +vim.keymap.set('n', 'p', ':!start cmd.exe /K "live-server"', { desc = 'Live server Run' }) + -- [[ Basic Autocommands ]] -- See `:help lua-guide-autocommands`