This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/jerrymarino/xcodebuild.vim | |
| https://gist.github.com/terhechte/4665223 | |
| https://github.com/yoyokko/Tools/blob/master/clang_complete/clang_complete.py | |
| https://github.com/eraserhd/vim-ios | |
| http://commandlinefanatic.com/cgi-bin/showarticle.cgi?article=art024 | |
| http://appventure.me/2013/01/29/use-vim-as-xcode-alternative-ios-mac-cocoa/ | |
| https://github.com/ap4y/dotfiles/blob/907da85bcfeeb2db772e185c3bb7b616202351a9/scripts/xcode_utils.rb | |
| https://github.com/scrooloose/syntastic/wiki/Objective-C:---gcc | |
| https://github.com/ap4y/dotfiles/blob/907da85bcfeeb2db772e185c3bb7b616202351a9/vim/UltiSnips/objc.snippets | |
| https://github.com/ap4y/dotfiles/blob/907da85bcfeeb2db772e185c3bb7b616202351a9/scripts/clang_db.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !------------------------------------------------------------------------------- | |
| ! Xft settings | |
| !------------------------------------------------------------------------------- | |
| Xft.dpi: 96 | |
| Xft.antialias: false | |
| Xft.rgba: rgb | |
| Xft.hinting: true | |
| Xft.hintstyle: hintslight |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Minimal sample configuration file for Unicorn (not Rack) when used | |
| # with daemonization (unicorn -D) started in your working directory. | |
| # | |
| # See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete | |
| # documentation. | |
| # See also http://unicorn.bogomips.org/examples/unicorn.conf.rb for | |
| # a more verbose configuration using more features. | |
| listen 2007 # by default Unicorn listens on port 8080 | |
| worker_processes 1 # this should be >= nr_cpus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # init.d script for single or multiple unicorn installations. Expects at least one .conf | |
| # file in /etc/unicorn | |
| # | |
| # Modified by jay@gooby.org http://github.com/jaygooby | |
| # based on http://gist.github.com/308216 by http://github.com/mguterl | |
| # | |
| ## A sample /etc/unicorn/my_app.conf | |
| ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group :production do | |
| gem "unicorn" | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: unicorn | |
| # Required-Start: $local_fs $remote_fs mysql | |
| # Required-Stop: $local_fs $remote_fs | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: unicorn initscript | |
| # Description: Unicorn is an HTTP server for Rack application | |
| ### END INIT INFO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { "keys": ["escape"], "command": "exit_insert_mode", | |
| "context": | |
| [ | |
| { "key": "setting.command_mode", "operand": false }, | |
| { "key": "setting.is_widget", "operand": false } | |
| ] | |
| }, | |
| { "keys": ["escape"], "command": "exit_visual_mode", |
As configured in my dotfiles.
start new:
tmux
start new with session name: