diff --git a/lua/custom/plugins/telescope.lua b/lua/custom/plugins/telescope.lua index 399b7e5..52ab28b 100644 --- a/lua/custom/plugins/telescope.lua +++ b/lua/custom/plugins/telescope.lua @@ -135,7 +135,7 @@ return { -- (other Telescope configuration...) extensions = { zoxide = { - prompt_title = '[ Walking on the shoulders of TJ ]', + prompt_title = '[ Recently visited directories (zoxide) ]', mappings = { default = { after_action = function(selection) diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index c2f0dec..a17b2e5 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -1,19 +1,17 @@ local custom_headers = { - -- stylua: ignore sharp = { - [[ ]], - [[ █ ████████ █████ ███████ ████ ]], - [[ ███ ██████ █████ █████████ ██████ ]], - [[ █████ ██████████████████████ ████ ███████████████ ]], - [[ ██ ██ █████ █████████████ ████ ████████████████ ]], - [[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]], - [[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]], - [[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]], - [[ ]], - [[ 🛠️ Sharp tools make good work 🖥️ ]], - [[ ]], - } -, + [[ ]], + [[ █ ████████ █████ ███████ ████ ]], + [[ ███ ██████ █████ █████████ ██████ ]], + [[ █████ ██████████████████████ ████ ███████████████ ]], + [[ ██ ██ █████ █████████████ ████ ████████████████ ]], + [[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]], + [[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]], + [[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]], + [[ ]], + [[ 🛠️ Sharp tools make good work 🖥️ ]], + [[ ]], + }, } return { @@ -102,6 +100,7 @@ return { keys = { { '', ' NvimTreeToggle ', desc = '[T]oggle [F]ile explorer' }, { 'tf', ' NvimTreeToggle ', desc = '[T]oggle [F]ile explorer' }, + -- TODO: better map for cd }, }, { @@ -642,12 +641,14 @@ return { -- Sections to add at bottom, these can be string references to -- functions in sections.lua, custom strings, or custom functions footer = { + [[ ]], + [[  Theme ;ft ]], + [[  Git ␣gg ]], [[  Find File ;ff ]], [[ 󰈚 Recent Files ;fo ]], [[  Find Word ;fw ]], [[  Bookmarks ;fm ]], - [[  Theme ;ft ]], - [[  Git ␣ft ]], + [[ ]], [[  Change Directory ;cd ]], [[  Files F5 ]], [[  Terminal F12 ]],