-
Notifications
You must be signed in to change notification settings - Fork 596
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
Control F & Control B stops working with really really long line #950
Comments
I update to Xcode 7.3.1, install XVim and i don't gain this problem. @lando2319 and what about |
Just upgraded to XCode 7.3.1 (and did git pull on XVim) the issue is still The bindings to move up all work (, <c-u, <c-y) Kind Regards On Sun, May 8, 2016 at 4:55 PM Nikita Khomitsevich [email protected]
|
@lando2319 so..it's very strange, because all default command work correctly within my .xvimrc config. So, please, put your line of code for which def. vim commands don't work. I think, it'll help for resolve your problem. |
My xvimrc doesn't have anything related to those commands. This of course https://github.com/lando2319/dot_files_mpl/blob/master/.xvimrc On Mon, May 9, 2016, 6:51 PM Nikita Khomitsevich [email protected]
|
@lando2319 yes, as i thought, the reason isn't in remapped keys. And what about a rather long code line, for which control F/B doesn't work, can you put it here? (cause i can't reproduce this bug) |
Sure thing copy and paste the contents of this gist into a playground (or https://gist.github.com/lando2319/87c09a24afe74b3e15d6d284cc5a0ea9 On Tue, May 10, 2016 at 8:03 AM Nikita Khomitsevich <
|
@lando2319 so, the reason of non-scrolling behaviour for vim keymaps that in your example long comment line filling up more lines in Xcode, than the What is strange, i can move using |
@lando2319 and yes, all scroll up keymaps are working perfectly (what is slightly strange). |
Create a line that is so long it takes up the entire screen (with line wrapping on). Once the line is long enough to take up the whole screen, the control F and control B functions stop working.
Huge XVim fan.
Running Mac OS 10.11.4, XCode Version: 7.3
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: