mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02: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
Add a link
Reference in a new issue