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
In macs, C-u binds to the univeral-argument command, which allows you to run commands multiple times. For example, if you wanted to move your cursor forward 10 spaces, you could type C-u 10 C-f. Is it possible to implement this in Atom?
In macs, C-u binds to the univeral-argument command, which allows you to run commands multiple times. For example, if you wanted to move your cursor forward 10 spaces, you could type
C-u 10 C-f. Is it possible to implement this in Atom?