Skip to content

Commit 2ca842a

Browse files
dasvhvencronys
authored andcommitted
fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings * revert change for `-Bbuild`
1 parent 8e7a9df commit 2ca842a

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
@@ -210,7 +210,7 @@ vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right win
210210
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
211211
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
212212

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

0 commit comments

Comments
 (0)