Chnaged remaps
This commit is contained in:
@@ -16,7 +16,7 @@ local M = {
|
|||||||
["0"] = { "^", desc = "Go to first non blank character in line" },
|
["0"] = { "^", desc = "Go to first non blank character in line" },
|
||||||
|
|
||||||
["<leader>0"] = { "0", desc = "Go to true line beggining" },
|
["<leader>0"] = { "0", desc = "Go to true line beggining" },
|
||||||
["<leader>q"] = { ":noh<CR>" },
|
["<leader>q"] = { ":noh<CR>", desc = "Clear highlights" },
|
||||||
-- buffer
|
-- buffer
|
||||||
["<leader>bf"] = {
|
["<leader>bf"] = {
|
||||||
function()
|
function()
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ return {
|
|||||||
{
|
{
|
||||||
"<leader>sc",
|
"<leader>sc",
|
||||||
":Silicon<CR>",
|
":Silicon<CR>",
|
||||||
mode = { "v" },
|
mode = { "v", "n" },
|
||||||
desc = "Capture code to image",
|
desc = "Capture code to image",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user