open-path

open file or url under cursor by one shortcut

zsytssk

3,206

13

0.3.6

MIT

GitHub

open-path package

Keymap

default

'.platform-darwin atom-text-editor:not([mini])':  
	'cmd-o': 'open-path:open'  
	'alt-c': 'open-path:copy-image-size'  

'.platform-win32 atom-text-editor:not([mini])':  
	'ctrl-o': 'open-path:open'  
	'alt-c': 'open-path:copy-image-size'  

'.platform-linux atom-text-editor:not([mini])':  
	'ctrl-o': 'open-path:open'  
	'alt-c': 'open-path:copy-image-size'  

Projects that inspired me!

Contributor

pwelyn