aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:30:18 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:30:18 +1000
commitfeec9579c285212e8b0544e5679337b5d4ce808d (patch)
treeecda32ba37d14e94ff96b1ba92cd6f6a2331c186 /share/functions/fish_default_key_bindings.fish
parentdde3838f2d577b0cfaadbce96e63a5561de87582 (diff)
Drop the unneeded input-function delete-line. It was only there for compatiability with readline, which we have dropped.
darcs-hash:20070930073018-75c98-d3abd6e63797c4954778486064f5f55a718f066c.gz
Diffstat (limited to 'share/functions/fish_default_key_bindings.fish')
-rw-r--r--share/functions/fish_default_key_bindings.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish
index 8db6d803..7e9475a3 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -77,7 +77,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind \el __fish_list_current_token
bind \ew 'set tok (commandline -pt); if test $tok[1]; whatis $tok[1]; commandline -f repaint; end'
bind \cl 'clear; commandline -f repaint'
- bind \cc delete-line
+ bind \cc 'commandline ""; commandline -f repaint'
bind \cu backward-kill-line
bind \ed kill-word
bind \cw backward-kill-word