mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
fish_config: show btab as "Shift Tab" in bindings
This commit is contained in:
parent
4906a5f390
commit
ecaba64056
|
@ -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 New Issue
Block a user