Bind undo to Control-Z in addition to Control-/

See #7152
This commit is contained in:
Johannes Altmanninger
2020-06-29 21:31:29 +02:00
parent 4f796df87c
commit 8b961a0ca8
3 changed files with 4 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind --preset $argv \cb backward-char
bind --preset $argv \ct transpose-chars
bind --preset $argv \c_ undo
bind --preset $argv \cz undo
bind --preset $argv \e/ redo
bind --preset $argv \et transpose-words
bind --preset $argv \eu upcase-word