commented relative number setting and changed bookmark icon

This commit is contained in:
ashincoder
2021-06-16 06:20:47 +05:30
parent 9aea4d08e5
commit c3a447a471
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ g.dashboard_custom_section = {
b = {description = {" Recents SPC f o"}, command = "Telescope oldfiles"},
c = {description = {" Find Word SPC f w"}, command = "Telescope live_grep"},
d = {description = {"洛 New File SPC f n"}, command = "DashboardNewFile"},
e = {description = {"󰓏 Bookmarks SPC b m"}, command = "Telescope marks"},
e = {description = {" Bookmarks SPC b m"}, command = "Telescope marks"},
f = {description = {" Load Last Session SPC s l"}, command = "SessionLoad"}
}