coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.38k stars 431 forks source link

Add keyboard shortcut to add additional cursor on line below #1545

Closed rben01 closed 10 months ago

rben01 commented 11 months ago

Is your feature request related to a problem? Please describe. VSCode has the shortcut ⌘⌥↓ to add an additional cursor at the same horizontal position on the line below. (And similarly for up-arrow and the line above.) This would be great to add to CotEditor.

Describe the solution you'd like Add keyboard shortcuts to add a cursor below or above.

Describe alternatives you've considered Command-clicking to create multiple cursors (less convenient).

Additional context None

1024jp commented 11 months ago

In CotEditor, those shortcuts are Control-Shift-↓ and Control-Shift-↑.

rben01 commented 10 months ago

Thanks. Is this documented anywhere, or present in the menu bar? Those would be good changes.

1024jp commented 10 months ago

Is this documented anywhere, or present in the menu bar?

It doesn't present in the menu bar, but documented in the CotEditor User Guide, which can be accessed from the Help > CotEditor Help.

Screenshot 2023-11-23 at 20 02 30