Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
| set :application, "your_application_name" | |
| set :ip_address , "000.000.000.000" | |
| set :scm, :git | |
| set :repository, "git@github.com:albertoleal/OlaMundo.git" | |
| set :branch, "master" | |
| set :deploy_via, :remote_cache # Deploy only the changes you have made since last deploy. | |
| set :user , "albertoleal" | |
| set :deploy_to, "/home/albertoleal/#{application}" |
| require 'bundler/capistrano' | |
| set :application, "net" | |
| set :repository, "git@githost.com:net.git" | |
| set :scm, :git | |
| set :default_environment, { | |
| 'PATH' => "$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" | |
| } |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.