scroll read only mode clipping cursor bug fixed

This commit is contained in:
filipriec
2025-02-20 22:06:30 +01:00
parent 7a6f49124b
commit 946d643774
2 changed files with 12 additions and 7 deletions

View File

@@ -11,5 +11,5 @@ next_position = ["Right", "8"]
move_left = ["h"]
move_right = ["l"]
# move_up = ["k", "Up"]
# move_down = ["j", "Down"]
move_up = ["k", "Up"]
move_down = ["j", "Down"]