Remove CarbonNow for normal mode, change background to none

Removed it as it really doesn't serve a purpose in normal mode
  - On a bit larger files you'll get an error that the url is too long
  - Plus it's not that hard to do `gg` + `v` + `G` + `$` to select
    everything
This commit is contained in:
Jiří Štefka 2023-03-10 20:08:46 +01:00
parent ab227484e7
commit 04858218cd

@ -255,8 +255,6 @@ local config = {
-- Autosave
["<C-s>"] = { "<cmd>ASToggle<cr>", desc = "Toggle autosave" },
["<leader>fs"] = { "<cmd>ASToggle<cr>", desc = "Toggle autosave" },
-- Carbon code sharing
["<leader>s"] = { "CarbonNow", desc = "Share code on Carbon", silent = true },
},
v = {
-- Carbon code sharing
@ -410,7 +408,7 @@ local config = {
window_theme = "none",
font_family = "Hack",
font_size = "18px",
bg = "gray",
bg = "none",
line_numbers = true,
line_height = "133%",
drop_shadow = false,