mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
12 lines
726 B
Markdown
12 lines
726 B
Markdown
# Link package
|
|
|
|
Opens http(s) links under the cursor.
|
|
|
|
### Commands and Keybindings
|
|
|
|
|Command|Selector|Description|Keybinding (Linux)|Keybinding (macOS)|Keybinding (Windows)|
|
|
|-------|--------|-----------|------------------|------------------|--------------------|
|
|
|`link:open`|`atom-text-editor`|Opens the http(s) link under the cursor||<kbd>ctrl-shift-o</kbd>||
|
|
|
|
Custom keybindings can be added by referencing the above commands. To learn more, visit the [Using Atom: Basic Customization](http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings) or [Behind Atom: Keymaps In-Depth](http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth) sections of the Atom Flight Manual.
|