Bind btab also in vi-bindings

It wasn't inherited.

Fixes #2964.
This commit is contained in:
Fabian Homborg 2016-05-03 16:29:15 +02:00
parent c76d866317
commit ed086fb1c8

View File

@ -133,7 +133,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind $argv \ep '__fish_paginate'
# shift-tab does a tab complete followed by a search
bind --key btab complete-and-search
bind $argv --key btab complete-and-search
# escape cancels stuff
bind \e cancel