Make alt-d on empty commandline call dirh again

alt-d used to do that until evil merge[*] 213e90704 (Merge remote-tracking branch
'upstream/master' into bind_mode, 2014-01-15) which changed the order of
the \ed bindings such that the smart dirh version would be shadowed by the
simpler ones.

[*] git blame alone failed to find it because it skips merge commits.
This commit is contained in:
Johannes Altmanninger
2024-04-19 12:18:53 +02:00
parent 565eb85d8b
commit e571774c97
3 changed files with 2 additions and 3 deletions

View File

@@ -77,8 +77,6 @@ function fish_default_key_bindings -d "emacs-like key binds"
bind --preset $argv alt-\< beginning-of-buffer
bind --preset $argv alt-\> end-of-buffer
bind --preset $argv alt-d kill-word
bind --preset $argv ctrl-r history-pager
# term-specific special bindings