diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index e8eb187..3380a18 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -193,12 +193,12 @@ return { "", }, center = { - { icon = " ", key = "f", desc = "查找文件", action = "Telescope find_files" }, - { icon = " ", key = "r", desc = "最近文件", action = "Telescope oldfiles" }, - { icon = " ", key = "g", desc = "全局搜索", action = "Telescope live_grep" }, - { icon = " ", key = "l", desc = "插件管理", action = "Lazy" }, - { icon = " ", key = "m", desc = "LSP 管理", action = "Mason" }, - { icon = " ", key = "q", desc = "退出", action = "qa" }, + { icon = " ", key = "f", desc = "f 查找文件", action = "Telescope find_files" }, + { icon = " ", key = "r", desc = "r 最近文件", action = "Telescope oldfiles" }, + { icon = " ", key = "g", desc = "g 全局搜索", action = "Telescope live_grep" }, + { icon = " ", key = "l", desc = "l 插件管理", action = "Lazy" }, + { icon = " ", key = "m", desc = "m LSP 管理", action = "Mason" }, + { icon = " ", key = "q", desc = "q 退出", action = "qa" }, }, footer = { " atdunbg · Neovim" }, },