so.. telesnip works.. But only with the copy buffer, not inserting it directly
This commit is contained in:
parent
cf3458042f
commit
df554754e6
3 changed files with 112 additions and 18 deletions
|
@ -15,6 +15,9 @@ map("n", "<Esc>", "<cmd>nohlsearch<CR>")
|
|||
map("n", "<S-c>", "gcc", { desc = "comment toggle", remap = true })
|
||||
map("v", "<S-c>", "gc", { desc = "comment toggle", remap = true })
|
||||
|
||||
-- ─< telesnip >────────────────────────────────────────────────────────────────────────
|
||||
map("n", "<leader>sp", "<cmd>:Snippets<CR>", { desc = "Snippets with telescope", remap = true })
|
||||
|
||||
-- ─< cmd line >────────────────────────────────────────────────────────────────────────
|
||||
vim.api.nvim_set_keymap("n", ":", "<cmd>FineCmdline<CR>", { noremap = true })
|
||||
map("n", "T", "<cmd>FineCmdline<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue