Skip to content

Commit 88049f8

Browse files
dasvhfse-wd
authored andcommitted
fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings * revert change for `-Bbuild`
1 parent ebea514 commit 88049f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
196196

197197
vim.keymap.set('x', '<leader>p', [["_dP]])
198198

199-
-- NOTE: Some terminals have coliding keymaps or are not able to send distinct keycodes
199+
-- NOTE: Some terminals have colliding keymaps or are not able to send distinct keycodes
200200
-- vim.keymap.set("n", "<C-S-h>", "<C-w>H", { desc = "Move window to the left" })
201201
-- vim.keymap.set("n", "<C-S-l>", "<C-w>L", { desc = "Move window to the right" })
202202
-- vim.keymap.set("n", "<C-S-j>", "<C-w>J", { desc = "Move window to the lower" })

0 commit comments

Comments
 (0)