Tyrannosaurus
Results
2
issues of
Tyrannosaurus
the plugin may can work with [auto-session](https://github.com/rmagatti/auto-session)
I want a keybinding like this: ```lua [""] = function() if can_jump then tabout() else send("") end end ``` How should I check the value of `can_jump` Thanks!