addet plugin telesnip and some other changes

This commit is contained in:
pika 2024-08-19 22:50:08 +02:00
parent 84adb02beb
commit ad33734063
9 changed files with 258 additions and 161 deletions

View file

@ -17,6 +17,7 @@ map("v", "<S-c>", "gc", { desc = "comment toggle", remap = true })
-- ─< cmd line >────────────────────────────────────────────────────────────────────────
vim.api.nvim_set_keymap("n", ":", "<cmd>FineCmdline<CR>", { noremap = true })
map("n", "T", "<cmd>FineCmdline<CR>")
-- ─< Terminal >────────────────────────────────────────────────────────────────────────
map("t", "<C-x>", "<C-\\><C-N>", { desc = "terminal escape terminal mode" })