0ccdb98dc03b

Keybindings.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 03 Apr 2013 16:29:06 -0400
parents e2adcd899a6e
children e5ca3773b0dd
branches/tags (none)
files fish/config.fish

Changes

--- a/fish/config.fish	Thu Mar 14 17:29:44 2013 -0400
+++ b/fish/config.fish	Wed Apr 03 16:29:06 2013 -0400
@@ -118,12 +118,12 @@
 # }}}
 # Bind Keys {{{
 
-function fish_user_key_bindings
+function fish_user_keybindings
     bind \cn accept-autosuggestion
 
     # Ignore iterm2 escape sequences.  Vim will handle them if needed.
-    bind \e\[I true
-    bind \e\[O true
+    # bind \e\[I true
+    # bind \e\[O true
     # ]]
 end