keymando/keymandorc.rb @ 5929fc2bb6e3

Update subrepository state.
author Steve Losh <steve@stevelosh.com>
date Mon, 08 Aug 2011 14:45:29 -0400
parents bd2e56095256
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