fix conflicting mappings

This commit is contained in:
siduck76
2021-06-14 23:21:16 +05:30
parent 7611d1390b
commit 3552dcffb9
2 changed files with 5 additions and 5 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 f b"}, command = "Telescope marks"},
f = {description = {" Load Last Session SPC f s"}, command = "SessionLoad"}
e = {description = {"󰓏 Bookmarks SPC b m"}, command = "Telescope marks"},
f = {description = {" Load Last Session SPC s l"}, command = "SessionLoad"}
}