Is <Ctrl + d> an undocumented IDE shortcut?

I happened to use the keys <Ctrl + d> while editing, which deleted the line I was on. Can't see it listed under any of the menus in 1.8.19, but can I rely on it?

I would.

Most text editors have 'standard' keyboard shortcuts, which have been around for 20+ years. It makes programming so much easier.

Shift+AnyArrow = highlight text
Ctrl+Insert or Ctrl+C = copy text
Shift+Insert or Ctrl+V = paste text
Ctrl+Home = go to start of document
Ctrl+End = go to end of document

To name but a few.

likely from emacs short cut

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.