summaryrefslogtreecommitdiffstats
path: root/docs/configuration/keymap.toml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/keymap.toml.md')
-rw-r--r--docs/configuration/keymap.toml.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/configuration/keymap.toml.md b/docs/configuration/keymap.toml.md
index 68a020b..759784f 100644
--- a/docs/configuration/keymap.toml.md
+++ b/docs/configuration/keymap.toml.md
@@ -286,8 +286,12 @@ function joshuto() {
### `rename_append`: opens the command prompt with the rename command and the current file name filled in.
-- cursor will be set right before the extension of the file
- (end of file name if no extension)
+- cursor will be set to the end of the file name
+
+### `rename_append_base`: opens the command prompt with the rename command and the current file name filled in.
+
+- cursor will be set right after the base name of the file.
+ (beginning of the file name if no base name)
### `rename_prepend`: opens the command prompt with the rename command and the current file name filled in.