-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hey,
Line 74 in b563041
| \fBcardinal_focus\fR \fB1, 2, 3, 4\fR |
Lines 77 to 82 in b563041
| enum direction { | |
| EAST, | |
| NORTH, | |
| WEST, | |
| SOUTH | |
| }; |
I could have filed a PR to simply change 1,2,3,4 to 0,1,2,3 in berryc.1. However, I feel the documentation as it stands is not clear: how am I supposed to map 1,2,3,4 to E,N,W,S?
Thus I'd like to discuss. At least I think we should mirror hjkl and thus make the enum E,S,N,W, but ideally the user should not deal with the numbers at all and he could use instead berryc cardinal_focus north or N or up or something more meaningful.
What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels