Skip to content

How to determine whether tabout can be triggered? #80

@JensynLo

Description

@JensynLo

I want a keybinding like this:

["<Tab>"] = function()
  if can_jump then
    tabout()
  else
    send("<C-n>")
  end
end

How should I check the value of can_jump Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions