Update dashboard.lua
This commit is contained in:
parent
a5b665f4a8
commit
b71c257bdc
|
@ -22,7 +22,7 @@ g.dashboard_custom_section = {
|
||||||
a = {description = {" Find File SPC f f"}, command = "Telescope find_files"},
|
a = {description = {" Find File SPC f f"}, command = "Telescope find_files"},
|
||||||
b = {description = {" Recents SPC f o"}, command = "Telescope oldfiles"},
|
b = {description = {" Recents SPC f o"}, command = "Telescope oldfiles"},
|
||||||
c = {description = {" Find Word SPC f w"}, command = "Telescope live_grep"},
|
c = {description = {" Find Word SPC f w"}, command = "Telescope live_grep"},
|
||||||
d = {description = {"洛 New File SPC f b"}, command = "DashboardNewFile"},
|
d = {description = {"洛 New File SPC f n"}, command = "DashboardNewFile"},
|
||||||
e = {description = {" Bookmarks SPC f b"}, command = "Telescope marks"},
|
e = {description = {" Bookmarks SPC f b"}, command = "Telescope marks"},
|
||||||
f = {description = {" Load Last Session SPC f s"}, command = "SessionLoad"}
|
f = {description = {" Load Last Session SPC f s"}, command = "SessionLoad"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue