Skip to content

Commit 8b20171

Browse files
committed
update
1 parent 05a627c commit 8b20171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/fpkit/Dired.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local Config = setmetatable({}, {
4646
create_file = { n = 'cf', i = '<C-f>' },
4747
create_dir = { n = 'cd', i = '<C-d>' },
4848
delete = 'D',
49-
rename = { n = 'R', i = { '<C-r>' } },
49+
rename = { n = 'R', i = '<C-r>' },
5050
copy = 'yy',
5151
cut = 'dd',
5252
paste = 'p',

0 commit comments

Comments
 (0)