| ... | ... |
@@ -280,7 +280,9 @@ static const keybinding_t keybindings[] = {{"\x7f", action_del_char}, /* DEL */
|
| 280 | 280 |
{"\x1bOC", action_right}, /* RIGHT */
|
| 281 | 281 |
{"\x1b[C", action_right}, /* RIGHT */
|
| 282 | 282 |
{"\x1b[1~", action_beginning}, /* HOME */
|
| 283 |
+ {"\x1b[H", action_beginning}, /* HOME */
|
|
| 283 | 284 |
{"\x1b[4~", action_end}, /* END */
|
| 285 |
+ {"\x1b[F", action_end}, /* END */
|
|
| 284 | 286 |
{"\x1b[A", action_prev}, /* UP */
|
| 285 | 287 |
{"\x1bOA", action_prev}, /* UP */
|
| 286 | 288 |
{"\x1b[B", action_next}, /* DOWN */
|