blob: ecf2ce86a1828ab96c50a4d66335e9aea990b666 (
plain)
1 README for elinks 0.11.x
2
3 To get a more "common" behaviour of elinks cursor-keys add
4 the following to ~/.elinks/elinks.conf:
5
6 bind "main" "Up" = "move-cursor-up"
7 bind "main" "Right" = "move-cursor-right"
8 bind "main" "Left" = "move-cursor-left"
9 bind "main" "Down" = "move-cursor-down"
|