This commit is contained in:
Maxim Gonchar
2014-01-20 17:03:46 +04:00
parent 3591900070
commit 1514ab8ec5
4 changed files with 53 additions and 53 deletions

View File

@@ -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