Skip to content
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

Open
lando2319 opened this issue Apr 19, 2016 · 8 comments
Open

Control F & Control B stops working with really really long line #950

lando2319 opened this issue Apr 19, 2016 · 8 comments

Comments

@lando2319
Copy link

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.

@hamsternik
Copy link

I update to Xcode 7.3.1, install XVim and i don't gain this problem.

@lando2319 and what about Ctrl-B, Ctrl-D and so others vim keymaps?

@lando2319
Copy link
Author

Just upgraded to XCode 7.3.1 (and did git pull on XVim) the issue is still
present. It happens with: , , Interestingly DOES work.

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]
wrote:

I update to Xcode 7.3.1, install XVim and i don't gain this problem.

@lando2319 https://github.com/lando2319 and what about Ctrl-B, Ctrl-D
and so others vim keymaps?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#950 (comment)

I make MVPs. Independent iOS Developer
Mike P Land - http://mikepland.com/

@hamsternik
Copy link

@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.

@lando2319
Copy link
Author

My xvimrc doesn't have anything related to those commands. This of course
only happens with really really long lines. I'm sure it's not working at
least for machine.

https://github.com/lando2319/dot_files_mpl/blob/master/.xvimrc

On Mon, May 9, 2016, 6:51 PM Nikita Khomitsevich [email protected]
wrote:

@lando2319 https://github.com/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.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#950 (comment)

I make MVPs. Independent iOS Developer
Mike P Land - http://mikepland.com/

@hamsternik
Copy link

@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)

@lando2319
Copy link
Author

Sure thing copy and paste the contents of this gist into a playground (or
anywhere in xcode) and see if you can scroll past the long line using
or

https://gist.github.com/lando2319/87c09a24afe74b3e15d6d284cc5a0ea9

On Tue, May 10, 2016 at 8:03 AM Nikita Khomitsevich <
[email protected]> wrote:

@lando2319 https://github.com/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)


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#950 (comment)

I make MVPs. Independent iOS Developer
Mike P Land - http://mikepland.com/

@hamsternik
Copy link

hamsternik commented May 11, 2016

@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 ctrl-u can jump. For this, i can jump by using ctrl-f. if you create a so big line which will fill more than 74 lines in code as one whole line, ctrl-f won't work.

What is strange, i can move using ctrl-e easily.

@hamsternik
Copy link

hamsternik commented May 11, 2016

@lando2319 and yes, all scroll up keymaps are working perfectly (what is slightly strange).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants