mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 08:22:45 +08:00
parent
d31d7e4880
commit
053acf5c6b
|
@ -42,7 +42,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
# Closing a command substitution expands abbreviations
|
||||
bind --preset $argv ")" self-insert expand-abbr
|
||||
# Ctrl-space inserts space without expanding abbrs
|
||||
bind -k nul 'commandline -i " "'
|
||||
bind --preset $argv -k nul 'commandline -i " "'
|
||||
|
||||
|
||||
bind --preset $argv \n execute
|
||||
|
|
Loading…
Reference in New Issue
Block a user