↧
Answer by Chris Davies for vim scrolling with cursor, only bottom line moves...
The idea of the number of lines in the terminal (37) differs from reality (22). By running stty -a and echo $LINES it should be possible to identify the cause.To fix the wrong number of lines, setting...
View Articlevim scrolling with cursor, only bottom line moves until certain amount lines...
Vim issue, note this happens only when i open gnu screen, on ubuntu, when shelled from a Mac, and only in the top pane of the screen (bottom pane works fine). It does not happen on the mac when i open...
View Article