Update ToggleTerm. Changed a few other plugins.

This commit is contained in:
Norm Rasmussen
2023-09-28 16:42:56 -04:00
parent ebbf7b99ae
commit 54583572b8
9 changed files with 115 additions and 82 deletions

View File

@ -40,6 +40,10 @@ map('n', '<leader>fa', ':Telescope adjacent<CR>', default_opts)
map('n', '<leader>b', ':! black %<CR>', default_opts)
map('n', '<leader>m', ':! markdownlint -f %<CR>', default_opts)
-- Terminal
map('n', '<C-t>', ':ToggleTerm direction=float<CR>', default_opts)
map('t', '<C-n>', '<C-\\><C-n><CR>', default_opts) -- Exit Insert Mode Faster
------------------------------------------------
-- Old Keymaps from Nvim-Mapper (Sunsetted)
------------------------------------------------