keymando/keymandorc.rb @ 0f4f4d6f9b4e
Update subrepository state.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 23 Aug 2011 12:34:48 -0400 |
| parents | 5929fc2bb6e3 |
| children | 029b4a0891fe |
# Basic ---------------------------------------------------------------------------- start_at_login disable "Remote Desktop Connection" disable /VirtualBox/ map "<Ctrl-m>", "<Ctrl-F2>" map "<Ctrl-Shift-R>", lambda { reload() } # Application Switching ------------------------------------------------------------ map "<Ctrl-Shift-J>", lambda { activate('Firefox') } map "<Ctrl-Shift-K>", lambda { activate('MacVim') } map "<Ctrl-Shift-M>" do activate('iTerm') sleep(1) send('<Ctrl-f>') send('3') end map "<Ctrl-Shift-G>" do activate('iTerm') sleep(1) send('<Ctrl-f>') send('1') end # Leader --------------------------------------------------------------------------- map "<Ctrl-,>" do input() end