mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Added code for parsing end key
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user