We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c0fe1 commit 50d5f8cCopy full SHA for 50d5f8c
1 file changed
lua/dired/init.lua
@@ -701,6 +701,8 @@ local function create_shortcut_manager()
701
pool = vim.split(Config.shortcuts, '')
702
if api.nvim_buf_is_valid(state.buf) then
703
api.nvim_buf_clear_namespace(state.buf, ns_mark, 0, -1)
704
+ else
705
+ api.nvim_feedkeys(SEPARATOR, 'n', false)
706
end
707
end,
708
assign = function(state, row)
0 commit comments