Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lyse
tt
Commits
e4a9fe71
Commit
e4a9fe71
authored
Sep 20, 2021
by
Lysander Trischler
Browse files
Implement Vi scrolling to top and bottom with g/G
parent
c80fb8c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets.py
View file @
e4a9fe71
...
...
@@ -278,6 +278,10 @@ class VimListBox(urwid.ListBox):
key
=
"down"
elif
key
==
"k"
:
key
=
"up"
elif
key
==
"g"
:
key
=
"home"
elif
key
==
"G"
:
key
=
"end"
# TODO FIXUP does not work super flawless
elif
key
==
"ctrl e"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment