mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 20:32:44 +08:00
Added code for parsing end key
This commit is contained in:
parent
6482fd52fb
commit
aed26f8c1e
|
@ -325,8 +325,11 @@ class BindingParser:
|
|||
result += 'Right Arrow'
|
||||
elif c == 'D':
|
||||
result = "Left Arrow"
|
||||
elif c == 'F':
|
||||
result = "End"
|
||||
elif c == 'H':
|
||||
result = "Home"
|
||||
|
||||
return result
|
||||
|
||||
def get_readable_binding(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user