Skip to content

Commit b9d988d

Browse files
committed
remove comments
1 parent bfa3475 commit b9d988d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

init.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
114114

115115
vim.keymap.set('n', '<leader>p', '<cmd>Oil<CR>', { desc = 'Open parent directory' })
116116

117-
-- NOTE: Some terminals have colliding keymaps or are not able to send distinct keycodes
118-
-- vim.keymap.set("n", "<C-S-h>", "<C-w>H", { desc = "Move window to the left" })
119-
-- vim.keymap.set("n", "<C-S-l>", "<C-w>L", { desc = "Move window to the right" })
120-
-- vim.keymap.set("n", "<C-S-j>", "<C-w>J", { desc = "Move window to the lower" })
121-
-- vim.keymap.set("n", "<C-S-k>", "<C-w>K", { desc = "Move window to the upper" })
122-
123117
-- [[ Basic Autocommands ]]
124118
-- See `:help lua-guide-autocommands`
125119

0 commit comments

Comments
 (0)