Is it possible to queue multiple commands to one keymap, I'd like to: ``` view = { ["<C-n>"] = actions.next_conflict | actions.select_next_entry, } ``` So that I get the next conflict on C-n but if there's no next conflict, I just get the next file.