Skip to content
Discussion options

You must be logged in to vote

M.confirm = M.jump -- default confirm action
M.split = { action = "confirm", cmd = "split" }
M.vsplit = { action = "confirm", cmd = "vsplit" }
M.tab = { action = "confirm", cmd = "tab" }
M.drop = { action = "confirm", cmd = "drop" }
M.tabdrop = { action = "confirm", cmd = "tabdrop" }
-- aliases
M.edit = M.jump
M.edit_split = M.split
M.edit_vsplit = M.vsplit
M.edit_tab = M.tab

opts = {
  picker = {
    sources = {
      explorer = {
        win = {
          input = {
            keys = {
              ['<M-t>'] = { 'tab', mode = { 'i', 'n' } }…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mushrowan
Comment options

@drowning-cat
Comment options

@mushrowan
Comment options

Answer selected by mattszein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants