mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
Fixed test statement in binding for Alt-D
Fix for https://github.com/fish-shell/fish-shell/issues/421
This commit is contained in:
parent
b9283d48b5
commit
b1e86d6fea
|
@ -85,7 +85,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind \cu backward-kill-line
|
||||
bind \ed kill-word
|
||||
bind \cw backward-kill-word
|
||||
bind \ed 'if test -z (commandline); dirh; commandline -f repaint; else; commandline -f kill-word; end'
|
||||
bind \ed 'set -l cmd (commandline); if test -z "$cmd"; 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user