aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-09-24 22:49:11 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-09-24 22:49:11 +0800
commit1235e60a296a80af512cbd5e97c9167eb5226aef (patch)
treee857e84c02add2bbf39fa97cba3be50440bfd8d6 /share
parent735af50ce9ee76f9d75dd592fb23a11e5881dc49 (diff)
default key bindings: fix syntax errors introduced in 735af50
Diffstat (limited to 'share')
-rw-r--r--share/functions/fish_default_key_bindings.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish
index 2b68b28b..44821f36 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -79,8 +79,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind \ef forward-word
bind \e\[1\;5C forward-word
bind \e\[1\;5D backward-word
- bind \e[1\;9B history-token-search-forward # iTerm2
- bind \e[1\;9A history-token-search-backward # iTerm2
+ bind \e\[1\;9A history-token-search-backward # iTerm2
+ bind \e\[1\;9B history-token-search-forward # iTerm2
bind \e\[1\;9C forward-word #iTerm2
bind \e\[1\;9D backward-word #iTerm2
bind \ed forward-kill-word