Skip to content

Commit 5c42ddd

Browse files
authored
Merge pull request #6047 from Terrance-forks/tmux-home-end-keys
Fix handling of Home/End keys in tmux
2 parents 47d0507 + 1caf755 commit 5c42ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual/_keyboard_protocol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
"5~": "pageup",
1414
"6~": "pagedown",
1515
"1H": "home",
16+
"1~": "home",
1617
"7~": "home",
1718
"1F": "end",
19+
"4~": "end",
1820
"8~": "end",
1921
"57358u": "caps_lock",
2022
"57359u": "scroll_lock",

0 commit comments

Comments
 (0)