Skip to content

zsytssk/open-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-path package

  • use 'open-path:open' to open url or file under cursor
  • use 'open-path:copy-image-size' to copy image size like'width: width; height: height;'

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