Skip to content

Commit 5b098a7

Browse files
sand4rtchenyenchung
authored andcommitted
feat(keymap): move windows without <C-w> (nvim-lua#1368)
1 parent 5156f53 commit 5b098a7

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
@@ -113,7 +113,7 @@ vim.keymap.set('t', '<Esc><Esc>', '<C-\\><C-n>', { desc = 'Exit terminal mode' }
113113
-- vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
114114
-- vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
115115

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

0 commit comments

Comments
 (0)