From 65a4d0e7d0a3d3cdbf369fb9cf22ecd517b1e93e Mon Sep 17 00:00:00 2001 From: MortenB22R <49730926+mortensb1@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:53:41 +0100 Subject: [PATCH] p5 --- init.lua | 3 +++ 1 file changed, 3 insertions(+) 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`