Skip to content

Commit 1d43894

Browse files
dasvhLogan Lang
authored andcommitted
fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings * revert change for `-Bbuild`
1 parent edfbd85 commit 1d43894

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

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

0 commit comments

Comments
 (0)