Skip to content

Commit 8a5a52f

Browse files
authored
fix: minor misspellings (#1450)
* fix: minor misspellings * revert change for `-Bbuild`
1 parent e947649 commit 8a5a52f

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

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

0 commit comments

Comments
 (0)