You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1:-1 -- focus from the first to the last line. It would be equivalent to 1:5 in case the code has 5 lines 2:-2 -- focus from the second line to the last but one. It would be equivalent to 2:4 in case the code has 5 lines