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
I added a few shortcuts to my ftplugin/tidal.vim that move to a mark then send it. It's useful for marking certain lines or do blocks and then moving to them quickly in a live scenario (specifically when I'm singing).
I could do a PR but it's the sort of customization that (a) favors folks with real function keys and (b) is sort of specialized and could stomp on other mappings folks might have.
Ideally this would live in my .vimrc, but adding them makes the function keys work, but ctrl-e stops working. Even with noremap, I assume this is something fixable, but I don't know enough vimscript to be sure.
At any rate thanks for your work, I try use tidalvim daily.
The text was updated successfully, but these errors were encountered:
The plugin has some bindings for playing a paragraph that starts with d1 using localleaders1 and so on, for each of the default streams, but this seems very useful too, especially like you say, for code blocks that do not resemble the "typical" use of streams in TidalCycles. Perhaps we can add them using a local leader instead of using the function keys, it would be less invasive as a local leader is only local the a Tidal buffer.
In the end, the user can always disable all of these bindings with a flag.
Otherwise we can add these as a suggestion in the README.
I added a few shortcuts to my ftplugin/tidal.vim that move to a mark then send it. It's useful for marking certain lines or
do
blocks and then moving to them quickly in a live scenario (specifically when I'm singing).This is what I have:
I could do a PR but it's the sort of customization that (a) favors folks with real function keys and (b) is sort of specialized and could stomp on other mappings folks might have.
Ideally this would live in my .vimrc, but adding them makes the function keys work, but ctrl-e stops working. Even with
noremap
, I assume this is something fixable, but I don't know enough vimscript to be sure.At any rate thanks for your work, I try use tidalvim daily.
The text was updated successfully, but these errors were encountered: