# HG changeset patch # User Steve Losh # Date 1365020946 14400 # Node ID 0ccdb98dc03bb8fee5e192b8c95d429cc2f9fde4 # Parent e2adcd899a6e4c6321a4ce8200d50e2adbaadda6 Keybindings. diff -r e2adcd899a6e -r 0ccdb98dc03b fish/config.fish --- 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