Skip to content

Commit 5dd4772

Browse files
committed
update
1 parent c48c9f7 commit 5dd4772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/dired/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Browser.setup = function(state)
753753
end,
754754
},
755755
{
756-
key = get_keys('paste')('p'),
756+
key = get_keys('paste') or 'p',
757757
action = function()
758758
if state.clipboard then
759759
local operation = state.clipboard_type == 'cut' and Browser.Operations.cutMove

0 commit comments

Comments
 (0)