Skip to content

Commit

Permalink
fix(keymaps): remove c-w mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 5, 2023
1 parent d69d55a commit 952a0cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazyvim/config/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 952a0cf

Please sign in to comment.