tidalcycles / vim-tidal

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

^E is a bad default keymapping. #27

Open purpleposeidon opened 5 years ago

purpleposeidon commented 5 years ago

It already does a thing. The other tidal plugins make their plugins use ctrl-enter? But vim can't detect that combo due to terminal shenanigans. I recommend alt-enter.

munshkr commented 5 years ago

Yeah, I agree it'd be better to leave c-e out (I use it to scroll down). Alt-Enter could work.

gilfuser commented 5 years ago

I'm using e So my fingers barely move. =]

derekxkwan commented 4 years ago

alt-enter doesn't work in terminals sometimes either? at least xfce4-terminal for me it doesn't work. I'm giving ctrl-s a shot and putting stty stop "" in my .bashrc for good measure.