-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll-cursor commands (zt, zb) don't work #210
Comments
zz has been done. zt and zb are impossible until microsoft/vscode#2771 😞 |
On 0.2.0:
cc @rebornix |
@jpoon I moved the master bits to extensions folder and tried, both |
@rebornix Hmm..yeah, I see the same thing. Works in master, doesn't work in released version. Super strange. Let's hope this gets magically resolved when we release a new version. |
@jpoon If you generate a visx and install it manually, it works as well. Let's wait and see next version! |
This appears to be done for me. :) |
Vim has handy commands for scrolling without moving the cursor, e.g.
zt
, which scrolls the screen so that the line with the current cursor is placed as the first line. E.g., I often do actions like/main(<CR>zt
, so that I can see as much of the main function as possible.Would it be possible to implement
zt
,zb
andzz
?Thanks!
The text was updated successfully, but these errors were encountered: