From b9d988dfdaf6a711dcc95584cab30e2177ac7024 Mon Sep 17 00:00:00 2001 From: Dennis Chan Date: Thu, 19 Jun 2025 16:59:48 +0800 Subject: [PATCH] remove comments --- init.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.lua b/init.lua index b0ef6fe6..a9514518 100644 --- a/init.lua +++ b/init.lua @@ -114,12 +114,6 @@ vim.keymap.set('n', '', '', { desc = 'Move focus to the upper win vim.keymap.set('n', 'p', 'Oil', { desc = 'Open parent directory' }) --- NOTE: Some terminals have colliding keymaps or are not able to send distinct keycodes --- vim.keymap.set("n", "", "H", { desc = "Move window to the left" }) --- vim.keymap.set("n", "", "L", { desc = "Move window to the right" }) --- vim.keymap.set("n", "", "J", { desc = "Move window to the lower" }) --- vim.keymap.set("n", "", "K", { desc = "Move window to the upper" }) - -- [[ Basic Autocommands ]] -- See `:help lua-guide-autocommands`