Any solutions out there for dealing with google script code-editor turning "forward delete" into a "kill line" binding? I'm used to the hidden cocoa/emacs derived navigation keys. Google decided to mess with control-d.
Clarifications:
- This occurs when using the code editor. (edit-view?)
- I would rather stop the google behavior than cope with it.
To understand more how fluid the control-key navigation can be (and therefore how annoying when missing), try this...
- set caps-lock to be the control key
- open a cocoa browser like Safari and
- start a script at https://script.google.com/
- switch briefly to address bar
- hit ctrl+a (goes to start of line)
- hit ctrl+d (characters get deleted 1 at a time)
- hit escape
- switch to script area and try same thing (whole lines get munched!)