aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-31 21:11:09 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-31 21:11:09 -0700
commit03aae474241bd91b4444997cf72c3e9181de07aa (patch)
tree51206eb1bdf2085e03a5150ea7927846dfa7a35b /share/functions/fish_default_key_bindings.fish
parentdf0aaa1ebe6d0ca520a866be2f402d41bcad280c (diff)
Fix more indentation in fish_default_key_bindings.fish
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 3c4a745d..26db71d9 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -83,13 +83,13 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind \e\> end-of-buffer
bind \el __fish_list_current_token
- bind \ew 'set tok (commandline -pt); if test $tok[1]; echo; whatis $tok[1]; commandline -f repaint; end'
+ bind \ew 'set tok (commandline -pt); if test $tok[1]; echo; whatis $tok[1]; commandline -f repaint; end'
bind \cl 'clear; commandline -f repaint'
bind \cc 'commandline ""'
bind \cu backward-kill-line
bind \ed kill-word
bind \cw backward-kill-path-component
- bind \ed 'set -l cmd (commandline); if test -z "$cmd"; echo; dirh; commandline -f repaint; else; commandline -f kill-word; end'
+ bind \ed 'set -l cmd (commandline); if test -z "$cmd"; echo; dirh; commandline -f repaint; else; commandline -f kill-word; end'
bind \cd delete-or-exit
# This will make sure the output of the current command is paged using the less pager when you press Meta-p