diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:17:28 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:17:28 +0200 |
| commit | ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e (patch) | |
| tree | fe7b05c2d0d4b5d0b52bfaf65414d661d89173e6 /plugin/50-tabline.lua | |
| parent | f7174f22f8135b6c78cd07e4b01cdc6d99f10b18 (diff) | |
| download | nvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.tar.gz nvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.zip | |
misc(nvim): edit comment, descriptions, and user command names
Diffstat (limited to 'plugin/50-tabline.lua')
| -rw-r--r-- | plugin/50-tabline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/50-tabline.lua b/plugin/50-tabline.lua index ae8a8d6..b2f2488 100644 --- a/plugin/50-tabline.lua +++ b/plugin/50-tabline.lua @@ -71,7 +71,7 @@ vim.api.nvim_create_user_command("TabRename", function(opts) vim.cmd.redrawtabline() end, { nargs = 1 }) -vim.api.nvim_create_user_command("TabRenameToCurrentFileNameNoExt", function() +vim.api.nvim_create_user_command("TabRenameFileName", function() vim.t.tabname = vim.fn.expand("%:t:r") vim.cmd.redrawtabline() end, { nargs = 0 }) |
