fix keymap

This commit is contained in:
2026-01-06 20:47:59 +09:00
parent a5ad1e90f5
commit 921bd93db6

View File

@@ -37,7 +37,7 @@ vim.keymap.set('n', '<C-k>', '<C-w>k', opts)
vim.keymap.set('n', '<C-l>', '<C-w>l', opts)
vim.keymap.set('t', '<Esc>', function()
if vim.b.term_title and vim.b.term_title:match("zellij") then
if vim.b.term_title and vim.b.term_title:match("ellij") then
return "<Esc>"
end
return "<C-\\><C-n>"