mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(keymaps): remove c-w mapping
This commit is contained in:
parent
d69d55afd4
commit
952a0cfb96
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ map("t", "<C-h>", "<cmd>wincmd h<cr>", { desc = "Go to left window"})
|
|||
map("t", "<C-j>", "<cmd>wincmd j<cr>", { desc = "Go to lower window"})
|
||||
map("t", "<C-k>", "<cmd>wincmd k<cr>", { desc = "Go to upper window"})
|
||||
map("t", "<C-l>", "<cmd>wincmd l<cr>", { desc = "Go to right window"})
|
||||
map('t', '<C-w>', [[<C-\><C-n><C-w>]], { desc = "Terminal Window Mappings"})
|
||||
map("t", '<C-/>', "<cmd>close<cr>", {desc = "Hide Terminal"})
|
||||
|
||||
-- windows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue