Compare commits

..

No commits in common. "979c7f5ae5bb3c35284259e8d8bd417ab86bf395" and "35dcedbdf815f5aa970a3e53894dbd9ad695da47" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ vim.keymap.set("n", "j",
desc = "Smart down motion"
})
-- terminal-mode
vim.keymap.set({ "t" }, "<leader><Esc>",
"<C-\\><C-n>",
{ desc = "Escape terminal-mode" }
)
-- yank and pasting
vim.keymap.set({ "n", "x" }, "<leader>y",
"\"+y",