diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-05 22:31:30 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-05 22:31:30 +0200 |
| commit | f2ac92741f77eea0174908ec157b0cc4ee9222c1 (patch) | |
| tree | 623352bd57aa2926b6d03d5dd6c3bbaa8eba3d85 /lua/pml68 | |
| parent | feat: remove unused lua LSP workspace libraries, unused remap (diff) | |
| download | nvim-f2ac92741f77eea0174908ec157b0cc4ee9222c1.tar.gz | |
feat: remove ESC remap for closing terminal
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/toggleterm.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/configs/toggleterm.lua b/lua/pml68/configs/toggleterm.lua index 4bc4390..2f819cb 100644 --- a/lua/pml68/configs/toggleterm.lua +++ b/lua/pml68/configs/toggleterm.lua @@ -15,7 +15,6 @@ end vim.keymap.set("n", "<leader>g", "<cmd> lua _lazygit_toggle() <CR>", {noremap = true, silent = true}) function _G.set_terminal_keymaps() local opts = {buffer = 0} - vim.keymap.set('t', '<esc>', [[<C-\><C-n>]], opts) vim.keymap.set('t', '<C-x>', [[<C-\><C-n>]], opts) vim.keymap.set('t', '<C-h>', [[<Cmd>wincmd h<CR>]], opts) vim.keymap.set('t', '<C-j>', [[<Cmd>wincmd j<CR>]], opts) |
