tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

ctrl-e not working, seems to delete line instead #47

Closed muziker closed 4 years ago

muziker commented 4 years ago

I'm doing this:

  1. tidalvim a.tidal
  2. there's a line in there like d1$ ....
  3. ctrl-e
  4. the line disappears
  5. pressing k, the line reappears

tidal is loaded, but ctrl-e is not copying and pasting into the other tmux pane. I've also loaded this plugin using vim-plug

muziker commented 4 years ago

Wrong directory naming on my part.

git clone < vim-tidal> into the plugged directory of .vim, and add Plug "tidalcycles/vim-tidal' in between call plug#begin and call plug#end()