small fix

This commit is contained in:
dedal.qq 2024-12-30 19:56:31 +03:00
parent 3874443196
commit ad33ed3c0e
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ map("n", "<C-left>", "<C-o>", { desc = "LSP Back" })
map("n", "<C-right>", "<C-i>", { desc = "LSP Forward" })
map("v", "<C-c>", '"+y', { desc = "Copy selected" })
map({ "i", "n" }, "<C-v>", '"+p', { desc = "Past" })
map({ "i", "n" }, "<C-v>", '<ESC>"+p', { desc = "Past" })
map({ "n", "v", "i" }, "<C-s>", "<ESC>:w<CR>", { desc = "Save file" })

View File

@ -11,6 +11,7 @@ g.mapleader = " "
wo.signcolumn = "auto:2-3"
opt.shiftwidth = 4
opt.tabstop = 4
o.laststatus = 3