Skip to content

Commit 5b29d76

Browse files
committed
chore(neovim): rename tabs list
1 parent 545f591 commit 5b29d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/lua/config/usercmds.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if has_telescope then
4040

4141
pickers
4242
.new({}, {
43-
prompt_title = "Buffer Ordinals",
43+
prompt_title = "Tabs",
4444
finder = finders.new_table({
4545
results = entries,
4646
entry_maker = function(entry)

0 commit comments

Comments
 (0)