You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selecting a small portion of code for evaluation is a very often thing I do, but Tangerine's default keymaps don't allow char-wise evaluation, it simply expands to the whole line the selection touched.
I propose removing line ranges from :FnlBuffer and adding a check for whether the command was ran from Visual mode.
I made a hacky alternative to the default mapping you could use, though, it's not robust:
Selecting a small portion of code for evaluation is a very often thing I do, but Tangerine's default keymaps don't allow char-wise evaluation, it simply expands to the whole line the selection touched.
I propose removing line ranges from
:FnlBuffer
and adding a check for whether the command was ran from Visual mode.I made a hacky alternative to the default mapping you could use, though, it's not robust:
The text was updated successfully, but these errors were encountered: