feat(#2148): api.fs.rename_full (#2461)

* feat(#2148): add rename_full in API

* feat(#2148): add default mapping 'u' for rename_full

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Benoit Charles
2023-10-15 04:40:40 +02:00
committed by GitHub
parent 57078f9240
commit 0882354517
4 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ local M = {
}
local ALLOWED_MODIFIERS = {
[":p"] = true,
[":p:h"] = true,
[":t"] = true,
[":t:r"] = true,