I want a keybinding like this: ```lua ["<Tab>"] = function() if can_jump then tabout() else send("<C-n>") end end ``` How should I check the value of `can_jump` Thanks!
I want a keybinding like this:
How should I check the value of
can_jumpThanks!