thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

ctrl-a should go to beginning of line #6

Open toddself opened 11 years ago

toddself commented 11 years ago

or should be configurable.

libreadline editing

thlorenz commented 11 years ago

I didn't realize that - am a vim guy thru and thru. Will have to change this shortcut in the next minor version (will probably confuse some peeps who are used to Ctrl-A for append.

Any suggestions for shortcuts that cause less conflicts?

toddself commented 11 years ago

Ctrl-P for aPpend?

djcoin commented 11 years ago

I am a Vim guy too, but who is used to ctrl-a for append ?

thlorenz commented 10 years ago

Ok, ok - we'll ditch it -- who wants to do the PR for this? I'm terribly busy ATM.

toddself commented 10 years ago

What do you want append to be? Or just to remove it?

thlorenz commented 10 years ago

No change it to something like Ctrl-I ala i nsert into file.

raine commented 9 years ago

how do you reconfigure this?