diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-30 18:38:49 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-30 18:38:49 +0200 |
| commit | 4684d8282e3bb1d40e9b221041bab3c223af4b1a (patch) | |
| tree | 7a6f76ed90f6a747bae755ea8c0cab9c3f938b13 /lua/pml68/configs | |
| parent | feat: add image.nvim and disable folds by default (diff) | |
| download | nvim-4684d8282e3bb1d40e9b221041bab3c223af4b1a.tar.gz | |
feat: remove toggleterm plugin
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/toggleterm.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/pml68/configs/toggleterm.lua b/lua/pml68/configs/toggleterm.lua deleted file mode 100644 index 4f5ca6e..0000000 --- a/lua/pml68/configs/toggleterm.lua +++ /dev/null @@ -1,11 +0,0 @@ -function _G.set_terminal_keymaps() - local opts = { buffer = 0 } - 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) - vim.keymap.set('t', '<C-k>', [[<Cmd>wincmd k<CR>]], opts) - vim.keymap.set('t', '<C-l>', [[<Cmd>wincmd l<CR>]], opts) - vim.keymap.set('t', '<C-w>', [[<C-\><C-n><C-w>]], opts) -end - -vim.cmd('autocmd! TermOpen term://* lua set_terminal_keymaps()') |
