把 Caps Lock 變成智慧的 Control 以及 Escape :
- 單獨輕按一下就是 Escape 。
- 若按下時同時按著其他鍵,就會是 Control 。
這應該是 Vim 和 Emacs 的最佳解了!(Emacs? Bash 的快捷鍵就是 Emacs 系列的)
- Send Escape if you tap Caps Lock alone.
| # This gives you the ability to do | |
| # git tag -a -m '1.0' 1.0 | |
| # make upload-release-1.0 | |
| # Written off the top of my head and not tested. | |
| # Use at your own peril. | |
| .PHONY: release | |
| release: | |
| mkdir -p release |
| require 'redic' | |
| require 'watts' | |
| require 'hoshi' | |
| class ShortLink < Watts::App | |
| class Hello < Watts::Resource | |
| def redis | |
| @redis ||= Redic.new 'redis://localhost:6379' | |
| end |
As configured in henrik dotfiles.
start new:
tmux
start new with session name:
| This playbook has been removed as it is now very outdated. |
| # | |
| # This is an example of a knife.rb configuration that uses yml and a | |
| # simple env var (CHEF_ENV) to manage multiple hosted Chef environments. | |
| # | |
| # Example usage: | |
| # export CHEF_ENV=evnironment_01 | |
| # knife status | |
| # | |
| # Based on: http://blog.blankpad.net/2010/09/28/multiple-knife-environments---the-return/ | |
| # |
| From Olin Shivers's "opinion file", a collection of posts from the "Opinion | |
| Bboard" at CMU ( http://www.ccs.neu.edu/home/shivers/opinion.html ): | |
| 17-May-89 12:18 Hans.Tallis@ML metabolic fascism | |
| Article 106 of ics.whimsey: | |
| >From: David A Honig <[email protected]> | |
| Subject: Metabolic Fascism | |
| Lines: 144 | |
| ------------------------------------------------------------------------ |