mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
Retab
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fish" -a mode
|
||||
if not set -q mode[1]
|
||||
# Clear earlier bindings, if any
|
||||
bind --erase --all
|
||||
end
|
||||
if not set -q mode[1]
|
||||
# Clear earlier bindings, if any
|
||||
bind --erase --all
|
||||
end
|
||||
|
||||
# This is the default binding, i.e. the one used if no other binding matches
|
||||
bind $argv "" self-insert
|
||||
|
||||
Reference in New Issue
Block a user