mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fish_config: show btab as "Shift Tab" in bindings
This commit is contained in:
parent
4906a5f390
commit
ecaba64056
1 changed files with 2 additions and 1 deletions
|
@ -312,7 +312,8 @@ class BindingParser:
|
|||
"sdc": "Shift Delete", "shome": "Shift Home",
|
||||
"left": "Left Arrow", "right": "Right Arrow",
|
||||
"up": "Up Arrow", "down": "Down Arrow",
|
||||
"sleft": "Shift Left", "sright": "Shift Right"
|
||||
"sleft": "Shift Left", "sright": "Shift Right",
|
||||
"btab": "Shift Tab"
|
||||
}
|
||||
|
||||
def set_buffer(self, buffer):
|
||||
|
|
Loading…
Reference in a new issue