Skip to content

Commit e99d344

Browse files
dasvhjulianbopp
authored andcommitted
fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings * revert change for `-Bbuild`
1 parent 904117e commit e99d344

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
220220
-- vim.keymap.set('n', '<leader>ef', vim.cmd.Ex, { desc = 'Open Built in file explorer' })
221221
vim.keymap.set('n', '<leader>ef', '<CMD>Oil<CR>', { desc = 'Open OIL file explorer' })
222222
-- NOTE: Some terminals have coliding keymaps or are not able to send distinct keycodes
223+
-- NOTE: Some terminals have colliding keymaps or are not able to send distinct keycodes
223224
-- vim.keymap.set("n", "<C-S-h>", "<C-w>H", { desc = "Move window to the left" })
224225
-- vim.keymap.set("n", "<C-S-l>", "<C-w>L", { desc = "Move window to the right" })
225226
-- vim.keymap.set("n", "<C-S-j>", "<C-w>J", { desc = "Move window to the lower" })

0 commit comments

Comments
 (0)