Files
atom/packages/link/README.md
2018-09-26 07:08:53 -07:00

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.