This commit is contained in:
Christoph J. Scherr 2024-07-05 21:58:44 +02:00
commit 172d21dfea
2 changed files with 18 additions and 17 deletions

View File

@ -135,7 +135,7 @@ return {
-- (other Telescope configuration...) -- (other Telescope configuration...)
extensions = { extensions = {
zoxide = { zoxide = {
prompt_title = '[ Walking on the shoulders of TJ ]', prompt_title = '[ Recently visited directories (zoxide) ]',
mappings = { mappings = {
default = { default = {
after_action = function(selection) after_action = function(selection)

View File

@ -1,5 +1,4 @@
local custom_headers = { local custom_headers = {
-- stylua: ignore
sharp = { sharp = {
[[ ]], [[ ]],
[[ █ ████████ █████ ███████ ████ ]], [[ █ ████████ █████ ███████ ████ ]],
@ -12,8 +11,7 @@ local custom_headers = {
[[ ]], [[ ]],
[[ 🛠️ Sharp tools make good work 🖥️ ]], [[ 🛠️ Sharp tools make good work 🖥️ ]],
[[ ]], [[ ]],
} },
,
} }
return { return {
@ -102,6 +100,7 @@ return {
keys = { keys = {
{ '<F5>', '<cmd> NvimTreeToggle <cr>', desc = '[T]oggle [F]ile explorer' }, { '<F5>', '<cmd> NvimTreeToggle <cr>', desc = '[T]oggle [F]ile explorer' },
{ '<leader>tf', '<cmd> NvimTreeToggle <cr>', desc = '[T]oggle [F]ile explorer' }, { '<leader>tf', '<cmd> NvimTreeToggle <cr>', 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 -- Sections to add at bottom, these can be string references to
-- functions in sections.lua, custom strings, or custom functions -- functions in sections.lua, custom strings, or custom functions
footer = { footer = {
[[ ]],
[[  Theme ;ft ]],
[[  Git ␣gg ]],
[[  Find File ;ff ]], [[  Find File ;ff ]],
[[ 󰈚 Recent Files ;fo ]], [[ 󰈚 Recent Files ;fo ]],
[[  Find Word ;fw ]], [[  Find Word ;fw ]],
[[  Bookmarks ;fm ]], [[  Bookmarks ;fm ]],
[[  Theme ;ft ]], [[ ]],
[[  Git ␣ft ]],
[[  Change Directory ;cd ]], [[  Change Directory ;cd ]],
[[  Files F5 ]], [[  Files F5 ]],
[[  Terminal F12 ]], [[  Terminal F12 ]],