We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a627c commit 8b20171Copy full SHA for 8b20171
lua/fpkit/Dired.lua
@@ -46,7 +46,7 @@ local Config = setmetatable({}, {
46
create_file = { n = 'cf', i = '<C-f>' },
47
create_dir = { n = 'cd', i = '<C-d>' },
48
delete = 'D',
49
- rename = { n = 'R', i = { '<C-r>' } },
+ rename = { n = 'R', i = '<C-r>' },
50
copy = 'yy',
51
cut = 'dd',
52
paste = 'p',
0 commit comments