Skip to content

Instantly share code, notes, and snippets.

@CowSmiles
CowSmiles / atom-macos-context-menu.md
Created July 3, 2020 07:16 — forked from idleberg/atom-macos-context-menu.md
“Open in Atom” in macOS context-menu

Open in Atom

  • Open Automator
  • Create a new Service
  • Set “Service receives selected” to files or folders in any application
  • Add a Run Shell Script action
  • Set the script action to /usr/local/bin/atom -n "$@"
  • Set “Pass input” to as arguments
  • Save as Open in Atom
@CowSmiles
CowSmiles / .cvimrc
Last active March 7, 2017 00:46 — forked from calorie/.cvimrc
.cvimrc
set nocncpcompletion
set nosmoothscroll
set nohud
set noregex
set noinsertmappings
set noautoupdategist
set nochangelog
set typelinkhints
set defaultnewtabpage
let scrollduration = 10