Begin remaping / bigger float term

This commit is contained in:
Alessandro
2024-09-05 09:53:59 +02:00
parent 450b88be16
commit 67d4b481b8
2 changed files with 43 additions and 9 deletions

View File

@@ -113,10 +113,21 @@ M.ui = {
{ " 󰈚 Recent Files", "Spc f o", "Telescope oldfiles" },
{ " 󰈭 Find Word", "Spc f w", "Telescope live_grep" },
{ "  Bookmarks", "Spc m a", "Telescope marks" },
{ "  Themes", "Spc t h", "Telescope themes" },
{ "  Mappings", "Spc c h", "NvCheatsheet" },
},
},
}
M.term = {
-- hl = "Normal:term,WinSeparator:WinSeparator",
-- sizes = { sp = 0.3, vsp = 0.2 },
float = {
relative = "editor",
row = 0.04,
col = 0.045,
width = 0.9,
height = 0.8,
border = "single",
},
}
return M