bd2e56095256

Add s to the Vim plugin.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 08 Aug 2011 13:52:19 -0400
parents f1af6fcabf69
children 5929fc2bb6e3
branches/tags (none)
files keymando/keymandorc.rb

Changes

--- a/keymando/keymandorc.rb	Mon Aug 08 10:33:58 2011 -0400
+++ b/keymando/keymandorc.rb	Mon Aug 08 13:52:19 2011 -0400
@@ -103,6 +103,7 @@
               '<Ctrl-R>' => lambda { send("<Shift-Cmd-z>") },
 
               'x' => lambda { send("<Shift-Right><Cmd-x>") },
+              's' => lambda { send("<Shift-Right><Cmd-x>"); Vim.mode = 'i' },
 
               '<Escape>' => lambda { send("<Escape>") },
           }