Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

No keybinding for editor:split-selections-into-lines on Linux and Windows #6427

@0xfalafel

Description

@0xfalafel

I guess that a lot of atom users are coming from sublime, and we tend to expect some keyboard shortcut like the split-selections-into-lines.

On mac os it's the same keybinding than sublime for split-selections-into-lines, but not on Linux and nor Windows.

I had to add the following lines to my keymap.cson:

'.platform-linux atom-text-editor':
  'ctrl-shift-L': 'editor:split-selections-into-lines'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementlinuxIssues that occur on Linux but not on other platforms.stalewindowsIssues that occur on Windows but not on other platforms.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions