aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-31 21:10:11 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-31 21:10:11 -0700
commitdf0aaa1ebe6d0ca520a866be2f402d41bcad280c (patch)
treeea278be0d22ec72010bdae345a9424f5210e3d83 /share/functions/fish_default_key_bindings.fish
parent68f9342060b385c59fd92d465f82d319da32ecc8 (diff)
Fix indentation
Diffstat (limited to 'share/functions/fish_default_key_bindings.fish')
-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 bebe3562..3c4a745d 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -74,8 +74,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\;9C forward-word #iTerm2
- bind \e\[1\;9D backward-word #iTerm2
+ bind \e\[1\;9C forward-word #iTerm2
+ bind \e\[1\;9D backward-word #iTerm2
bind \ed forward-kill-word
bind -k ppage beginning-of-history
bind -k npage end-of-history