add: key maps CTRL + A

This commit is contained in:
asep komarudin 2024-03-01 22:11:16 +07:00
parent 549a63a3da
commit 835cea9f5e
2 changed files with 4 additions and 3 deletions

View file

@ -118,7 +118,7 @@ return {
local mode = {
"mode",
padding = 1,
separator = { left = "" },
separator = { left = " " },
-- right_padding = 3,
fmt = function(str)
return "" .. str
@ -166,7 +166,7 @@ return {
lualine_x = { diff, spaces, "filetype" },
lualine_y = { "progress" },
lualine_z = {
{ "location", separator = { right = "" }, padding = 1 },
{ "location", separator = { right = " " }, padding = 1 },
},
},
inactive_sections = {